Solved
To get all Published page list within specific date
Hi Team,
I want to list some pages and asset too which has been published in last 20 days.
I am writing below query in query builder but seems something wrong in it.

Can anyone help here
Hi Team,
I want to list some pages and asset too which has been published in last 20 days.
I am writing below query in query builder but seems something wrong in it.

Can anyone help here
For Sites:
path=/content
type=cq:Page
relativedaterange.property=jcr:content/cq:lastReplicated
relativedate.lowerBound=20d
For Assets:
path=/content/dam
type=dam:Asset
relativedaterange.property=jcr:content/cq:lastReplicated
relativedate.lowerBound=20d
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.