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.
解決済! 解決策の投稿を見る。
AEM OOTB provides a filter for Publish status
For using a range, custom search facets can be created, similar to Modified date
You can write a custom service that queries JCR nodes (pages) based on a date.
AEM OOTB provides a filter for Publish status
For using a range, custom search facets can be created, similar to Modified date