Search asset by assetid | Community
Skip to main content
New Participant
July 15, 2020
Solved

Search asset by assetid

  • July 15, 2020
  • 2 replies
  • 2389 views

Has anyone enabled asset-id search in the search? We want to be able to search asset by asset-id in the asset tree? Is it just about enabling that property in oak:index or there is more to it?

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 user05162

I had a similar requirement(search with jcr:uuid)and just adding the jcr:uuid to the index worked.

 

2 replies

Employee
July 15, 2020

In AEM 6.5.5 uuid index exists OOTB: 

You should be able to run your search without any additional index tunning 

New Participant
July 17, 2020
Can I send you a package. Added that but for whatever reason it still doesn't search in the top search. Wanted to send my node package to see if you can find the issue?
user05162Accepted solution
Employee
July 15, 2020

I had a similar requirement(search with jcr:uuid)and just adding the jcr:uuid to the index worked.

 

New Participant
July 15, 2020
I will give it a try and mark accordingly. Appreciate your response