Use regular "titleSorter" rather than "titleSorterRaw".

As far as I can tell, the difference is that this way will sort titles starting with a given letter together, regardless of case.
This commit is contained in:
Stephen Heumann 2019-04-18 23:36:53 -05:00
parent 5ba69db3f2
commit ea2f3794ca
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ void DoSearch(boolean getMore) {
"q=emulator%%3A%s%%20%s"
"&fl%%5B%%5D=identifier&fl%%5B%%5D=title"
"&fl%%5B%%5D=emulator_ext"
"&sort%%5B%%5D=titleSorterRaw+asc"
"&sort%%5B%%5D=titleSorter+asc"
"&rows=%i&page=%i&output=json",
gsDisksOnly ? "apple2gs" : "apple2%2A",
queryString,