Hi
I have a requirement where i need to run a query to get the count and page details on which a particular DAM image is used.
I have tried below querybuilder query but dont get all results
path=/content/test
1_property=jcr:primaryType
1_property.value=nt:unstructured
2_property=image
2_property.value=/content/dam/test/assets/home.jpg
p.limit=-1
p.properties=jcr:path
Any help will be really appreciated.
Thanks
Hina
Solved! Go to Solution.
See this thread for a related discussion - fetch image using JCR or Query Builder
Views
Replies
Total Likes
See this thread for a related discussion - fetch image using JCR or Query Builder
Views
Replies
Total Likes
The query you used looks only in property called image.. "References" in DAM does exactly what you are looking to do http://localhost:4502/bin/wcm/references?_dc=1525242342217&_charset_=utf-8&path=%2Fcontent%2Fdam%2Fg... and gets all references.. Does this help?
Hey @viveksachdeva Could please add more info on that URL, How do I get a report of all the images being used across website.
Views
Replies
Total Likes
Here is an article which talks about same requirement. Could possibly give this a shot. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/find-unused-assets-in-aem/...
Thank you its very helpful !
Views
Replies
Total Likes
Thank you
Views
Replies
Total Likes
Views
Likes
Replies