mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 20:17:45 +01:00
[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.
This commit is contained in:
parent
abe53946d4
commit
3f76c9c96c
@ -495,7 +495,7 @@ engines:
|
|||||||
first_page_num: 1
|
first_page_num: 1
|
||||||
shortcut: et
|
shortcut: et
|
||||||
categories: [dictionaries]
|
categories: [dictionaries]
|
||||||
disabled: true
|
disabled: false
|
||||||
about:
|
about:
|
||||||
website: https://www.etymonline.com/
|
website: https://www.etymonline.com/
|
||||||
wikidata_id: Q1188617
|
wikidata_id: Q1188617
|
||||||
@ -1423,7 +1423,7 @@ engines:
|
|||||||
base_url: "https://{language}.wiktionary.org/"
|
base_url: "https://{language}.wiktionary.org/"
|
||||||
number_of_results: 5
|
number_of_results: 5
|
||||||
search_type: text
|
search_type: text
|
||||||
disabled: true
|
disabled: false
|
||||||
about:
|
about:
|
||||||
website: https://www.wiktionary.org/
|
website: https://www.wiktionary.org/
|
||||||
wikidata_id: Q151
|
wikidata_id: Q151
|
||||||
@ -1473,7 +1473,7 @@ engines:
|
|||||||
engine: translated
|
engine: translated
|
||||||
shortcut: tl
|
shortcut: tl
|
||||||
timeout: 5.0
|
timeout: 5.0
|
||||||
disabled: true
|
disabled: false
|
||||||
# You can use without an API key, but you are limited to 1000 words/day
|
# You can use without an API key, but you are limited to 1000 words/day
|
||||||
# See: https://mymemory.translated.net/doc/usagelimits.php
|
# See: https://mymemory.translated.net/doc/usagelimits.php
|
||||||
# api_key: ''
|
# api_key: ''
|
||||||
@ -1603,7 +1603,7 @@ engines:
|
|||||||
base_url: https://www.wordnik.com/
|
base_url: https://www.wordnik.com/
|
||||||
categories: [dictionaries]
|
categories: [dictionaries]
|
||||||
timeout: 5.0
|
timeout: 5.0
|
||||||
disabled: true
|
disabled: false
|
||||||
|
|
||||||
- name: woxikon.de synonyme
|
- name: woxikon.de synonyme
|
||||||
engine: xpath
|
engine: xpath
|
||||||
|
Loading…
Reference in New Issue
Block a user