diff options
| author | Martin Fischer <martin@push-f.com> | 2022-01-03 22:47:19 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2022-01-05 11:03:44 +0100 |
| commit | 3f76c9c96c46503f68d8a18380c7ccb812895cf9 (patch) | |
| tree | e9613479f1c2ecc4daf89fd64033c02e74aecebe /searx | |
| parent | abe53946d43754fef96a1cd727ae97250c008184 (diff) | |
[enh] enable English dictionaries by default
These dictionaries are no longer part of the general category,
so they're no longer queried by default -> we can enable them
by default without degrading general query performance.
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/settings.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 765b33a3e..ee39b7b29 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -495,7 +495,7 @@ engines: first_page_num: 1 shortcut: et categories: [dictionaries] - disabled: true + disabled: false about: website: https://www.etymonline.com/ wikidata_id: Q1188617 @@ -1423,7 +1423,7 @@ engines: base_url: "https://{language}.wiktionary.org/" number_of_results: 5 search_type: text - disabled: true + disabled: false about: website: https://www.wiktionary.org/ wikidata_id: Q151 @@ -1473,7 +1473,7 @@ engines: engine: translated shortcut: tl timeout: 5.0 - disabled: true + disabled: false # You can use without an API key, but you are limited to 1000 words/day # See: https://mymemory.translated.net/doc/usagelimits.php # api_key: '' @@ -1603,7 +1603,7 @@ engines: base_url: https://www.wordnik.com/ categories: [dictionaries] timeout: 5.0 - disabled: true + disabled: false - name: woxikon.de synonyme engine: xpath |