JCR results order by random or every query must give results in random order
Team,
I had another query opened but I was closed.
how to query JCR to get results in random order. For every query of JCR, the results should be in random order. Like in SQL where there is order by rand(). Could someone help with this.
path=/content/we-retail
1_property=sling:resourceType
1_property.value=summer/components/page/activities
1_property.operation=like
The order by is not by a specific field but by random number.
Thanks.