orderby=@jcr:content/cq:lastModified is not returning result in sorted order.
Dear Members,
I am using below query to get the modified pages based on its last modification date and time.
path = /content/my-project/www/language-masters/en_ca
type=cq:Page
orderby=@jcr:content/cq:lastModified
orderby.sort=desc
p.limit=-1It means last modified page should be displayed on the top of the result, returned by the query. but it is not returning data in the proper order.
In some of the environment it is working as expected but in one of my instance, we are facing the issue.
Any thoughts on it?
Thanks
Umesh Thakur
