Expand my Community achievements bar.

SOLVED

AEM Assets - Search for multiple items in search field

Avatar

Level 2

Wondering if it's possible to configure AEM so you can search for multiple items in the search field. For example, if I want to look for 2 documents at once, "doc1.pdf, doc2.pdf" would I start here? http://docs.adobe.com/docs/en/aem/6-0/develop/extending/assets/searchx.html#Adding%20tabs

Or is there another approach I should take. 

Thanks in advance for any help!

1 Accepted Solution

Avatar

Correct answer by
Level 10

That is the correct topic. Of course - you can write your service component using AEM APIs that is able to search AEM JCR. See http://docs.adobe.com/docs/en/aem/6-0/develop/the-basics/website.html#Creating the Search Component.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

That is the correct topic. Of course - you can write your service component using AEM APIs that is able to search AEM JCR. See http://docs.adobe.com/docs/en/aem/6-0/develop/the-basics/website.html#Creating the Search Component.

Avatar

Level 2

Thanks a lot for responding and for sending an alternate approach! At this point we are only working with the Asset component of AEM, not the CMS, but the documentation you sent may come in handy down the line. 

Best,

Rachel

Avatar

Level 2

Was this ever resolved? I am looking for a way for users to search for multiple assets within AEM Assets at once (ie. doc1.pdf, doc2.pdf, etc.) either using a csv file or using the search field