Hi there. Right now I'm working on a component that will display a list of pages, sorted by the date. To do the sort I used the jcr:createdDate but the client is actually looking for a sort based on published date. That means that the articles that were published in AEM earlier in time will be shown before on the list. I have published some pages and checked the CRX to see if I get a property like jcr: publishedDate, but doesn't seem to include one. Is there a way to actually do that?
In addition to that, you should check if 'cq:lastReplicationAction' = 'Activate' in the query to pull only published items and filtering out 'Deactivated' items.
In addition to that, you should check if 'cq:lastReplicationAction' = 'Activate' in the query to pull only published items and filtering out 'Deactivated' items.