Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
GELÖST

Published pages report

Avatar

Level 4

In AEM, 6.1  as a content author, how can i search for a list of pages that were published today in all of the sites in the environment.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor

AEM OOTB provides a filter for Publish status

 

aanchalsikka_0-1713962269297.png

 

For using a range, custom search facets can be created, similar to Modified date

aanchalsikka_1-1713962326342.png

 

 

 


Aanchal Sikka

Lösung in ursprünglichem Beitrag anzeigen

3 Antworten

Avatar

Level 10

You can write a custom service that queries JCR nodes (pages) based on a date.

Avatar

Community Advisor

With QueryBuilder you can run like below:

path=/content

type=cq:Page

daterange.property=jcr:content/cq:lastReplicated

daterange.lowerBound:2018-11-15

p.limit=-1

Arun Patidar

AEM LinksLinkedIn

Avatar

Korrekte Antwort von
Community Advisor

AEM OOTB provides a filter for Publish status

 

aanchalsikka_0-1713962269297.png

 

For using a range, custom search facets can be created, similar to Modified date

aanchalsikka_1-1713962326342.png

 

 

 


Aanchal Sikka