I need to create custom asset filter and after creating custom filter it should visible along with OOB search assets filter.
User needs to see custom filter as well as OOB filter.
can any one explain with example that how to overlay this /libs/settings/dam/search/facets/assets.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @karthick1356,
You can find the implementation of a custom asset filter along with the OOTB filters for your reference here - https://experience-aem.blogspot.com/2020/02/aem-6530-assets-admin-search-rail-predicate-search-based...
Hope it helps!
Regards,
Manpreet
Hi @karthick1356,
Please follow steps described under Adobe documentation - https://experienceleague.adobe.com/docs/experience-manager-65/assets/administer/search-facets.html?l...
In general, you have to:
Your customization will be stored under /conf/global/settings/dam/search/facets/assets/jcr:content/items - so this is part of content you can move to your git repository or include into crx package to propagate changes into other environments.
You can also find some examples under this thread https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-create-custom-searc...
Hi @karthick1356,
You can find the implementation of a custom asset filter along with the OOTB filters for your reference here - https://experience-aem.blogspot.com/2020/02/aem-6530-assets-admin-search-rail-predicate-search-based...
Hope it helps!
Regards,
Manpreet
Views
Likes
Replies