Predicate query sort order
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