From 2256ba2ffbf625b03432c54352e5e05f6eeb9150 Mon Sep 17 00:00:00 2001 From: GeckoLinux Date: Thu, 27 Jul 2023 12:31:02 -0500 Subject: [PATCH] [mod] settings.yml: move wolframalpha to categ general & disable by default As suggested in comment [1] as a good compromise between [2] and [3]. This will help users that want Wolfram Alpha instant answers by default with every query and don't mind the slowness. It will be disabled by default so it's fast for all users, and those that need it can enable it as a user-configurable option without requiring setting up their own instance to change the Wolfram Alpha categorization. [1] https://github.com/searxng/searxng/pull/813#issuecomment-1574851572 [2] https://github.com/searxng/searxng/pull/813#issuecomment-1020581765 [3] https://github.com/searxng/searxng/issues/966#issue-1171107451 --- searx/settings.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/searx/settings.yml b/searx/settings.yml index 65e2aafaa..256fb15a9 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1635,7 +1635,8 @@ engines: # Or you can use the html non-stable engine, activated by default engine: wolframalpha_noapi timeout: 6.0 - categories: [] + categories: general + disabled: true - name: dictzone engine: dictzone