diff options
| author | useralias <212567668+useralias@users.noreply.github.com> | 2025-06-23 12:30:29 -0400 |
|---|---|---|
| committer | Bnyro <bnyro@tutanota.com> | 2025-06-25 17:38:31 +0200 |
| commit | 8757655644bab3c25daad612c2087754331640fb (patch) | |
| tree | 3196f58f46401acf31d4c3696c1ac51472d69454 /searx/settings.yml | |
| parent | 776ac0add822612d749965d4d354f3ad0ce73a70 (diff) | |
[fix] restore startpage autocompleter
Changes:
- Undo deletions of the autocompleter in settings and logic
- Add fixed autocomplete function in autocomplete.py
Related:
- https://github.com/searxng/searxng/issues/4334
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 76200d4be..b530ca90d 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -34,7 +34,7 @@ search: # Filter results. 0: None, 1: Moderate, 2: Strict safe_search: 0 # Existing autocomplete backends: "360search", "baidu", "brave", "dbpedia", "duckduckgo", "google", "yandex", - # "mwmbl", "naver", "seznam", "sogou", "stract", "swisscows", "quark", "qwant", "wikipedia" - + # "mwmbl", "naver", "seznam", "sogou", "startpage", "stract", "swisscows", "quark", "qwant", "wikipedia" - # leave blank to turn it off by default. autocomplete: "" # minimun characters to type before autocompleter starts |