Hello,
Could some one let me know how to pull list of contents (Assets/Pages) created/modified on last 10 days in AEM 6.2 Author to package and export from one environment to other environment without any code or component changes ?
Thanks,
GVK
Solved! Go to Solution.
Try something like /bin/querybuilder.json?path=/content&type=cq:PageContent&1_relativedaterange.property=jcr:created&1_relativedaterange.lowerBound=-10d&p.limit=10
You can use ACS Commons Query Package
https://adobe-consulting-services.github.io/acs-aem-commons/features/packagers/query-packager/index....
Views
Replies
Total Likes
Thanks for the response edubey.
Do you have any sample query to pull based on the create or last modified date? If so please share me the same.
Views
Replies
Total Likes
Try something like /bin/querybuilder.json?path=/content&type=cq:PageContent&1_relativedaterange.property=jcr:created&1_relativedaterange.lowerBound=-10d&p.limit=10
Views
Replies
Total Likes
Views
Likes
Replies