diff options
| author | Bnyro <bnyro@tutanota.com> | 2025-01-25 12:08:58 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-01-26 08:38:29 +0100 |
| commit | c1fcee9d9ff55c88ae6c6a1ba53c9b2a63fef19b (patch) | |
| tree | da7baae1537f463efb21fc7d861e47d71809f620 /searx | |
| parent | 176079977d9c12edcc4ded6fd7cd9092d9c75327 (diff) | |
[docs] settings_search.rst: add missing autocompletion providers
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/settings.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 46de5d855..29cee7445 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -33,9 +33,9 @@ brand: search: # Filter results. 0: None, 1: Moderate, 2: Strict safe_search: 0 - # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "yandex", "mwmbl", - # "seznam", "startpage", "stract", "swisscows", "qwant", "wikipedia" - leave blank to turn it off - # by default. + # Existing autocomplete backends: "baidu", "brave", "dbpedia", "duckduckgo", "google", "yandex", + # "mwmbl", "seznam", "startpage", "stract", "swisscows", "qwant", "wikipedia" - + # leave blank to turn it off by default. autocomplete: "" # minimun characters to type before autocompleter starts autocomplete_min: 4 |