Elastic Search on Clipboard Pagelist
Currently we have data coming from web service which we display in the UI. Users will do a search on the UI with the results coming from web service.This external data is currently stored in pyWorkPage.SomePagelist property. Can we do fuzzy search (comes with elastic search API) by passing this pagelist as input.
I know we have to use pxRetrieveSearchData activity to use elastic search. But it is expecting report definition as parameter. Since the data is dynamic for each service call we cannot store the data in a database table and generate report definition. Any idea how to implement this.