diff options
| author | Bnyro <bnyro@tutanota.com> | 2025-07-24 07:42:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-24 07:42:31 +0200 |
| commit | 6b16a04e7e454558c2035393f622dffe5157e6ec (patch) | |
| tree | cd5694a427e7f6ecfb82c8f2792e0699ec2f5ef9 /searx/settings.yml | |
| parent | b01d32d69d0d8e4b16a49cd25df2d7f82a30b641 (diff) | |
[mod] wordnik: convert to answerer (#4980)
Wordnik is now an answerer and not in the infobox anymore: it uses the
translations answerer, because it provides all the features needed. By default,
only its first results is shown
Additionally a new "define" category is added - I know, it's the same as the
"dictionaries" category, but I don't think we can alias categories. This allows
to search e.g. for `!define tree`, the idea is to allow easy searches for
definitions of words.
Related:
- https://github.com/searxng/searxng/issues/4111
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 1b6739927..38c087689 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -2494,8 +2494,7 @@ engines: - name: wordnik engine: wordnik - shortcut: def - categories: [dictionaries] + shortcut: wnik timeout: 5.0 - name: woxikon.de synonyme |