How to make an Asset (PDF) unsearchable in the DAM | Community
Skip to main content
DianneE
New Participant
February 22, 2023
Solved

How to make an Asset (PDF) unsearchable in the DAM

  • February 22, 2023
  • 2 replies
  • 808 views

Hi, Adobe Experience Experts! 

 

My team and I are looking to make a PDF non-searchable in the DAM. While we do know we have specific folders set up not to crawl. We were wondering if there was another way to make an asset (in this instance a PDF) unsearchable in any folder structure we want. Or are we locked down to using those specific folders or can we make adjustments in the Properties once the PDF is loaded in the DAM. 

 

Current version of AEM is 6.5.

 

Thanks in advance for any help and suggestions. 

Dianne E.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by cwalter-1

This might be achieved by setting the proper ACLs to hide certain assets(-folders) from a specific usergroup.

2 replies

Shiv_Prakash_Patel
New Participant
February 23, 2023

Hi @diannee ,

You may achieve this by setting a exclusion pattern in excludepaths predicate property in the Asset Admin Search Railhttp://localhost:4502/libs/cq/core/content/tools/customsearch/searchfacetformlister.html

Pattern for excluding learning folder (include your pattern in or condition) as : (.*)?(jcr:content|rep:policy)(/.*)?|(/content/dam/learning)(/.*)?

Similarly, you can also try to exclude only pdf from the search.

Please check out asset search rail facets here - https://experienceleague.adobe.com/docs/experience-manager-65/assets/administer/search-facets.html 

Hope this could help you!!!

Regards,

Shiv

 

Shiv Prakash
cwalter-1
cwalter-1Accepted solution
New Participant
February 23, 2023

This might be achieved by setting the proper ACLs to hide certain assets(-folders) from a specific usergroup.