Query to get count of pages on which an image is used
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