diff options
| author | Michael Peter Christen <mc@yacy.net> | 2026-01-02 20:25:04 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2026-01-02 20:25:04 +0100 |
| commit | 2819742bdb053feb7057661748cc7af7dd725ff7 (patch) | |
| tree | c7306ee2c09d480a98676df3d41d26186b127050 /defaults/yacy.init | |
| parent | 3ecb0b459ee8500aa721b4ee8804bbde6f5c9dc3 (diff) | |
possible fix for search-0-results bug from
https://github.com/yacy/yacy_search_server/issues/499
Diffstat (limited to 'defaults/yacy.init')
| -rw-r--r-- | defaults/yacy.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/yacy.init b/defaults/yacy.init index 9efa1ef42..5f9087afa 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -1013,7 +1013,7 @@ search.verify.delete = true # If enabled, the results are sorted in the browser using Javascript.
# This usually improves ranking accuracy, but doesn't work well for users
# who have Javascript disabled, are using screen readers, or are on slow computers.
-search.jsresort = false
+search.jsresort = true
# remote search details
remotesearch.maxcount = 10
|
