How to find the list of pages which does not have any content in it.
How can we find empty page list using query builder in AEM.
How can we find empty page list using query builder in AEM.
@vijitha : thanks for providing further details.
I do not think you can get the list of all such pages using querybuilder debugger alone.
You will have to use query + additional filtering on the results using java/groovy etc. You will be able to do this on local instance and will have to get content packages from your working instance.
Create a servlet so that you have a trigger point/url to run this.
You can refer this for Querybuilder Java API - https://medium.com/@manumathew28.94/query-builder-aem-5869a1850c85
thanks.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.