Expand my Community achievements bar.

Adobe Summit is live! Tune in to take part in the premier digital experience event.

Query to return unique page name that contains a component

Avatar

Level 5

Using Query Builder Debugger

http://localhost:4502/libs/cq/search/content/querydebug.html

Is there a way to build a query using Query Builder Debugger that will return a unique page name for a page that contains a specific component?

Thank you in advance for any help.

-Dean

1 Reply

Avatar

Administrator

Hi 

Some reference article to help you:-

Link:- http://stackoverflow.com/questions/35022260/adobe-cq-aem-query-to-fetch-pages-by-passing-component-n...

//query to fetch pages by passing component name

 

Link:- https://hashimkhan.in/aem-adobecq5-code-templates/groovy-script/

//Groovy Script for Find all the pages wherein a particular component is being used.

 

Link:- http://localhost:4502/etc/reports/compreport.html

// Component Report,You can use OOB component report in AEM for this use case - http://localhost:4502/etc/reports/compreport.html. In touch UI you can also get the list of components(also displays the render timing) by switching to the developer mode - https://docs.adobe.com/docs/en/aem/6-1/develop/components/developer-mode.html#Components

 

Old Forum Posts :- 

Link:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

Link:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

I hope this would be of some help to you.

Thanks and Regards

Kautuk Sahni



Kautuk Sahni