I have a complex confluence CQL search with a order by clause.
I want to return results 1st - Spaces, 2nd = Pages, 3rd = Attachments, 4th = Blogposts, 5th = Calendars
I tried
order by type asc
order by type desc
Both are not able to order the results by Spaces, Pages, Attachments etc
Is there any other technique to sort results ?