From ad725ce7d7df5afc2fc2f63405195b6bcfc8a8a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20=28perso=29?= <4016501+unixfox@users.noreply.github.com> Date: Tue, 19 Sep 2023 10:31:02 +0200 Subject: wikipedia wikidata infobox + disable wikisource (#2806) Co-authored-by: Markus Heiser --- searx/settings.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index 3990ebaf3..4d8899caa 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -371,7 +371,10 @@ engines: - name: wikipedia engine: wikipedia shortcut: wp + # add "list" to the array to get results in the results list + display_type: ["infobox"] base_url: 'https://{language}.wikipedia.org/' + categories: [general] - name: bilibili engine: bilibili @@ -584,7 +587,10 @@ engines: shortcut: wd timeout: 3.0 weight: 2 + # add "list" to the array to get results in the results list + display_type: ["infobox"] tests: *tests_infobox + categories: [general] - name: duckduckgo engine: duckduckgo @@ -1622,6 +1628,7 @@ engines: categories: [general, wikimedia] base_url: "https://{language}.wikisource.org/" search_type: text + disabled: true about: website: https://www.wikisource.org/ wikidata_id: Q263 -- cgit v1.2.3