Expand my Community achievements bar.

DAM Asset Search

Avatar

Level 2

 Hi,

I have two column template and in first column added list box, by selecting the values from the list box, it should start search in DAM Asset and then need to display the data in two column. Kindly help on this how can we implement this.

Thanks and Regards,

C.Srinivasan.

5 Replies

Avatar

Level 2

Hi All,

Thank you for the information shared, I am working on it kindly share if you have or get more information on this.

Thanks and Regards,

C.Srinivasan.

Avatar

Level 10

You need to write a service that is able to query the DAM for assets. You can use the AEM QueryBuilder API. Here is a community article that shows how to build a custom service using the QueryBuilder API that can search the DAM. The custom service places the DAM assets in a ZIP file for download. However in your use case - return the assets to a front end component - maybe in JSON and display them:

http://helpx.adobe.com/experience-manager/using/downloading-dam-assets.html

this article will get you started on your service. Then build a front end component that displays the result set.