mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2025-02-08 01:31:02 +00:00
Parenthesize user-entered search term.
This seems to avoid some strange behavior for OR queries.
This commit is contained in:
parent
7d6d432ff1
commit
36e9f1ab0d
@ -76,7 +76,7 @@ void DoSearch(boolean getMore) {
|
|||||||
|
|
||||||
asprintf(&searchURL,
|
asprintf(&searchURL,
|
||||||
"http://archive.org/advancedsearch.php?"
|
"http://archive.org/advancedsearch.php?"
|
||||||
"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=titleSorter+asc"
|
"&sort%%5B%%5D=titleSorter+asc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user