mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
searchengine: Do not fight filechooser search mode sorting
Provide the hits in an order that is more easily consumed by the filechooser, and less jarring when populating.
This commit is contained in:
parent
d12bea03d2
commit
7b909fb310
@ -52,7 +52,7 @@
|
||||
" OPTIONAL { ?urn nie:interpretedAs ?ie } ." \
|
||||
__PATTERN__ \
|
||||
"} " \
|
||||
"ORDER BY DESC(fts:rank(?urn)) DESC(?url)"
|
||||
"ORDER BY ASC(?url)"
|
||||
|
||||
#define SEARCH_QUERY SEARCH_QUERY_BASE("")
|
||||
#define SEARCH_RECURSIVE_QUERY SEARCH_QUERY_BASE("FILTER (STRSTARTS (?url, CONCAT (~location, '/')))")
|
||||
|
Loading…
Reference in New Issue
Block a user