View Single Post
Old 03-09-2020, 10:01 AM   #3
mdclanahan
Connoisseur
mdclanahan began at the beginning.
 
mdclanahan's Avatar
 
Posts: 79
Karma: 10
Join Date: Sep 2016
Location: Missouri, USA
Device: Kindle Oasis 2, iPhone 11 Pro Max, iPad 6th Gen
Quote:
Originally Posted by kovidgoyal View Post
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
mdclanahan is offline   Reply With Quote