diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-09-17 13:17:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-17 13:17:00 +0200 |
| commit | b3708e4137cf66c7f2966e811c2fae907c28089a (patch) | |
| tree | f9b16fb2fdb386ac39457895dd78f98c7d51c022 /searx/settings.yml | |
| parent | 07b7058cb79049a9c8e241045802577c92673a82 (diff) | |
| parent | bc280915575131d5866a8d61814109de9d64b586 (diff) | |
Merge pull request #1757 from LencoDigitexer/master
add yandex autocomplete
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 96ebd9715..197d7f949 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -23,7 +23,7 @@ brand: search: # Filter results. 0: None, 1: Moderate, 2: Strict safe_search: 0 - # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", + # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "yandex", # "seznam", "startpage", "swisscows", "qwant", "wikipedia" - leave blank to turn it off # by default. autocomplete: "" |