Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
I tried fetching the node from query builder it is returning nodes in random order. I want to fetch it in the same order as it is present in CRX/de or site admin is there any way to do that?
Solved! Go to Solution.
Hi
If you need to order, you have put the order by clause. Following will sort by node path(tree)
orderby = @jcr:path
can simply use navigational access (node.getNodes()) in case you want node order.
Thanks
View solution in original post
@Ronnie09
Can you post the query and the result snapshot here
Views
Likes
Replies