From 97aa5a779b3910efb2cc8f7497969fbe0d126910 Mon Sep 17 00:00:00 2001 From: Zhijie He Date: Sun, 23 Feb 2025 13:47:03 +0800 Subject: [feat] add Sogou engine for searxng Co-authored-by: Bnyro --- searx/settings.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index 496828464..d379718fb 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", "stract", "swisscows", "qwant", "wikipedia" - + # "mwmbl", "seznam", "sogou", "stract", "swisscows", "qwant", "wikipedia" - # leave blank to turn it off by default. autocomplete: "" # minimun characters to type before autocompleter starts @@ -1711,6 +1711,21 @@ engines: engine: sepiasearch shortcut: sep + - name: sogou + engine: sogou + shortcut: sogou + disabled: true + + - name: sogou images + engine: sogou_images + shortcut: sogoui + disabled: true + + - name: sogou videos + engine: sogou_videos + shortcut: sogouv + disabled: true + - name: soundcloud engine: soundcloud shortcut: sc -- cgit v1.2.3