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/sjp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/engines/sjp.py') diff --git a/searx/engines/sjp.py b/searx/engines/sjp.py index 97a81d8a7..8342a2819 100644 --- a/searx/engines/sjp.py +++ b/searx/engines/sjp.py @@ -21,7 +21,7 @@ about = { "language": 'pl', } -categories = ['general', 'dictionaries'] +categories = ['dictionaries'] paging = False URL = 'https://sjp.pwn.pl' -- cgit v1.2.3