From 6b16a04e7e454558c2035393f622dffe5157e6ec Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 24 Jul 2025 07:42:31 +0200 Subject: [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 --- searx/settings.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'searx/settings.yml') 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 -- cgit v1.2.3