diff options
| author | GeckoLinux <sb56637@gmail.com> | 2023-07-27 12:31:02 -0500 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-08-10 14:31:09 +0200 |
| commit | 2256ba2ffbf625b03432c54352e5e05f6eeb9150 (patch) | |
| tree | 9a38c28d8479be49ed27929020f0bdda3c0c37b6 | |
| parent | 834e1c3f12f8f23956ecf8a230a0660ebc4827f2 (diff) | |
[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
| -rw-r--r-- | searx/settings.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |