Multi word search on work class properties using Elastic Search
We are trying to build a functionality with full text elastic search where we are giving users option to type in some words in UI and then call Rule-Obj-Report-Definition.pxRetrieveSearchData to get the results based on the Param.pySearchString/Param.pySearchMethod/Param.pySearchOnProperty along with Param.pyReportClassName/Param.pyReportName built in our implementation work layer. We are facing a challenge where multi word search is not supported by pzSearchWorkIndex.Primarily looking for a solution on how to submit a search for specific tokens/words that are adjacent to each other at the beginning of a particular property and also modify an out-of-the-box search-related activity to accommodate this query with a correct format or syntax. Our app is in Openshift Container with SRS running as externalized service.We are on Pega V24.1.3 and SRS version is 1.37.3. Please suggest any solution to achieve this functionality. Thanks!