Hey,
we have a requirement that while making a free text search in DAM, search should exclude certain number of properties.
For e.g. if i am searching a text "ABC" then it should not search on the excluded properties.
Is there a way to do that in AEM. Any lead will be helpful.
Regards,
Sahil
Solved! Go to Solution.
Views
Replies
Total Likes
As @arunpatidar mentioned, you can either create a custom index or update existing one to exclude the properties.
Properties like evaluatePathRestrictions, excludedPaths etc can be leveraged here to exclude properties here.
Creating custom filter or predicate might help here. Create your own predicate with that particular property by which you want to filter your search results, then while searching asset in dam choose that filter which will narrow down your results. In your case you want opposite of it then try negating the whole condition.
Please refer below link
https://docs.adobe.com/content/help/en/experience-manager-65/assets/extending/searchx.html
Probably you need to create/update index to exclude properties.
As @arunpatidar mentioned, you can either create a custom index or update existing one to exclude the properties.
Properties like evaluatePathRestrictions, excludedPaths etc can be leveraged here to exclude properties here.