mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2024-11-22 13:33:52 +00:00
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:
parent
5ba69db3f2
commit
ea2f3794ca
@ -79,7 +79,7 @@ void DoSearch(boolean getMore) {
|
|||||||
"q=emulator%%3A%s%%20%s"
|
"q=emulator%%3A%s%%20%s"
|
||||||
"&fl%%5B%%5D=identifier&fl%%5B%%5D=title"
|
"&fl%%5B%%5D=identifier&fl%%5B%%5D=title"
|
||||||
"&fl%%5B%%5D=emulator_ext"
|
"&fl%%5B%%5D=emulator_ext"
|
||||||
"&sort%%5B%%5D=titleSorterRaw+asc"
|
"&sort%%5B%%5D=titleSorter+asc"
|
||||||
"&rows=%i&page=%i&output=json",
|
"&rows=%i&page=%i&output=json",
|
||||||
gsDisksOnly ? "apple2gs" : "apple2%2A",
|
gsDisksOnly ? "apple2gs" : "apple2%2A",
|
||||||
queryString,
|
queryString,
|
||||||
|
Loading…
Reference in New Issue
Block a user