Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
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.
http://localhost:4502/bin/querybuilder.json?path=/content/apples/en&property=sling:resourceType&prop...
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.
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
View solution in original post
Views
Likes
Replies