If I fetch all child content with content.getChildren I automatically get them sorted if manual sort has been activated in the admin. This is very nice.
But, if I want to do a more complex query and need to use the content.query (because .getChildren doesn’t support the “query” param) I can’t seem to sort it on the sort values from admin. When I log the data I can’t see any values to sort on, like “_sort” or “sort” or similar. I’ve tried sending in the “sort”-param with values like “sort ASC” or “_sort ASC” but it doesn’t seem to have any effect.
So how would I go about respecting the manual sorting from admin when using content.query?