Search embedded property data with SRS/ES
Hi,
we are trying to use Pega SRS to search through embedded properties in our case data.
We've followed these steps:
- Created custom search properties for the case type class and added the embedded properties.
- Set DSS Pega-SearchEngine indexing/useDataInstances to true
- Created DSS Pega-SearchEngine indexer/srs/includeCSPEmbeddedPropertiesInDataModel and set it to true (https://docs.pega.com/en-US/bundle/foundation-healthcare-88/page/pega-foundation-for-healthcare/install-upgrade/srs-adoption-1.html)
- Indexed the class
- Use pxRetrieveSearchData to fetch the data
We can find scalar top level properties like pyStatusWork but all queries for embedded data return no results. Is there some step we are missing or is embedded data using SRS not supported?
Kind regards Manuel