I have a page list under pyWorkPage, and I want to search the cases using a property value which is inside the page list. So I want to search with an embedded property.
I added this embedded property to custom search properties by adding pagelist and also I created declare index for the pagelist. But still it is not working. I even reindexed work class.
Suppose your work class is A-X-Work and your Pagelist is referring to A-X-Data-Y. In that case
Create a custom search property in class A-X-Work : Add the pagelist and under that also add the embedded property (I suppose you have already done this)
Create another custom search property in class A-X-Data-Y : Add the embedded property here.
Reindex the work class from “Search” landing page.
Please try the above and let me know if it worked.
Creating custom search property rule in class group is working only for top level properties, If embedded properties need to be included then we need to create the custom search property rule in case type class that belongs to a class group.
So, previously I created custom search property rule in ABC-DE-Work, and now I created it in ABC-DE-Work-FGH