diff options
| author | Zhijie He <hezhijie0327@hotmail.com> | 2025-03-30 23:13:40 +0800 |
|---|---|---|
| committer | Bnyro <bnyro@tutanota.com> | 2025-03-31 14:59:49 +0200 |
| commit | 08885d0614f0b131a03f65af8bb4a601651dbacf (patch) | |
| tree | 8ce6fa0ee85a468f99aa3f0c8b019cfc512b7c8d /searx/settings.yml | |
| parent | 7b4612e86250389dc9d5ee67e4cc2cd64d06602a (diff) | |
[feat] add Quark autocomplete support
Co-authored-by: Bnyro <bnyro@tutanota.com>
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 96a0c07cb..d09904dcf 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", "seznam", "sogou", "stract", "swisscows", "qwant", "wikipedia" - + # "mwmbl", "seznam", "sogou", "stract", "swisscows", "quark", "qwant", "wikipedia" - # leave blank to turn it off by default. autocomplete: "" # minimun characters to type before autocompleter starts |