


When I run a predicate query with sling:resourceType= apples/components/page/article and orderby=@jcr:content/cq:lastModified&orderby.sort=desc
I get results with sling:resourceType= apples/components/page/article but I dont see sort order working.
path=/content/apples/en&property=sling:resourceType&property.value=apples/components/page/article&orderby=@jcr:content/cq:lastModified&orderby.sort=desc
Is there any issue with my query? Can some one help me with that
Solved! Go to Solution.
Views
Replies
Sign in to like this content
Total Likes
Figured it out
path=/content/apples/en
type=cq:Page
property=@jcr:content/sling:resourceType
property.value=apples/components/page/article
orderby=@jcr:content/cq:lastModified
orderby.sort=desc
Views
Replies
Sign in to like this content
Total Likes
Figured it out
path=/content/apples/en
type=cq:Page
property=@jcr:content/sling:resourceType
property.value=apples/components/page/article
orderby=@jcr:content/cq:lastModified
orderby.sort=desc
Views
Replies
Sign in to like this content
Total Likes