From ea2f3794cabe4e41f32162b0a7ae3ff3839fd64e Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Thu, 18 Apr 2019 23:36:53 -0500 Subject: [PATCH] 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. --- disksearch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disksearch.c b/disksearch.c index b465e3b..ed9e0d4 100644 --- a/disksearch.c +++ b/disksearch.c @@ -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,