Conversation

Navy Federal Credit Union
US
Last activity: 11 Jul 2025 15:43 EDT
Elastic search using SRS
We are starting to use SRS on Pega cloud. Our existing apps use traditional elastic search. We are experiencing issues with embedded property search in SRS. I will explain further below.
Behavior:
We are searching using pxRetrieveSearchData activity by supplying pySearchString. This string is build dynamically like pySearchString = <embeddedPageList>.property:*<content>* e.g. pySearchString = MemberDetailsPageList.MemberAccessNumber:*00000000000022*
The expectation is that the search look for MemberDetailsPageList page list entries and specifically look for content (value contains) of property named "MemberAccessNumber". However it fails to do so. This works in the traditional elastic search.
Question:
Are there changes to elastic search indexing and retrieval of embedded properties in SRS? Any insights from the product team is appreciated as embedded properties search is very heavily used in many of our applications.