Hello Community - Currently I am using query Builder API to fetch the results from JCR.
One query using sort by on lastModified date and other requirement is to return the "results in random order (I don't mention any orderby here)" when I query JCR, both the options gives me the results in same order. Could you please tell me how to fetch the results by lastModified date.
Below is the query that I am using for OrderBy
path=/content/xx/en/yy/test |
1_property=sling:resourceType |
1_property.value=yycomponents/page/abc |
1_property.operation=like |
orderby=@jcr:content/cq:lastModified |
orderby.sort=desc |
p.limit=50 |
Thanks in advance.