Quote:
Originally Posted by kovidgoyal
There is no user interface for multi sorting in the server, but you can do it by manually editing the URL, for example
&sort=author_sort.asc,pubdate.asc
get the field names by sorting on the individual fields using the user interface and checking the resulting URL
|
A bit clunky, but at least it works!
In my case, I used
&sort=author_sort.asc,title_sort.asc