Content Rule Search Customization
Hi ,
I was exploring how content search is working in pega (7.1.9). My target was to customize the content search so that it is restricted to specific rule types (lets say Activity and Data Transform rules). Once this is implemented content search of rules will ignore any reference found in rules types other than activity and data transform.
1st I thought to remove untended results from page list before displaying to user.
Once I found API extension point pySearchParams I thought it would be better to use this activity than filtering the result set so we already get a filtered list from search result.
I added a page in pyParams page list with below entries
But I did not get any result after enabling this, any idea how to debug/fix this
Thanks
Sayak
Hi, it appears, you already looked into the rules involved here, I would suggest that you review the activity rule Embed-. pzSearchResults in Pega-Desktop ruleset. This will only help you to understand the logic, but this is a pz rules meaning you will not be able to customize this rule itself.
Thank you