From 5d74bf382012c73c701e1a4969e0f420b099db9f Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Tue, 28 Dec 2021 16:26:38 +0100 Subject: [enh] move dictionaries, Erowid & IMDb out of general category The general category is the category that is searched by default. From a privacy standpoint it doesn't make sense to send all general queries to specialized search engines that cannot deal with those queries anyway. --- searx/engines/duden.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/engines/duden.py') diff --git a/searx/engines/duden.py b/searx/engines/duden.py index 090295b91..da4c4f7da 100644 --- a/searx/engines/duden.py +++ b/searx/engines/duden.py @@ -19,7 +19,7 @@ about = { "language": 'de', } -categories = ['general', 'dictionaries'] +categories = ['dictionaries'] paging = True # search-url -- cgit v1.2.3