Hydrus profiles don't have any sorting options within the app, and can't be done with database tags as sorting is done by the file_sort_type argument during an API search call
All variables for the argument can be found here, numbered 1-27
EDIT: As mentioned in #356, this is possible with the addition of at least one other tag and a comma appended to the tag (strangely doesn't work separated from the comma, so what DOES work is "system:archive ,sort:random" but NOT "system:archive, sort:random".)
Hydrus profiles don't have any sorting options within the app,
and can't be done with database tags assorting is done by the file_sort_type argument during an API search callAll variables for the argument can be found here, numbered 1-27
EDIT: As mentioned in #356, this is possible with the addition of at least one other tag and a comma appended to the tag (strangely doesn't work separated from the comma, so what DOES work is "system:archive ,sort:random" but NOT "system:archive, sort:random".)