Skip to content

Commit

Permalink
[mod] decrease the weighting of wikivoyage, wikibooks, wikisource and…
Browse files Browse the repository at this point in the history
… wikiversity

The search engines deliver hits for many search terms [1], but these are usually
not the focus of the user. In order to arrange these hits further down in the
list, their weighting is reduced.

[1] searxng#2589 (comment)

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
  • Loading branch information
return42 committed Aug 21, 2023
1 parent 018b0a9 commit d52919c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions searx/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1549,10 +1549,12 @@ engines:

- name: wikibooks
engine: mediawiki
weight: 0.5
shortcut: wb
categories: [general, wikimedia]
base_url: "https://{language}.wikibooks.org/"
search_type: text
disabled: true
about:
website: https://www.wikibooks.org/
wikidata_id: Q367
Expand All @@ -1570,10 +1572,12 @@ engines:

- name: wikiquote
engine: mediawiki
weight: 0.5
shortcut: wq
categories: [general, wikimedia]
base_url: "https://{language}.wikiquote.org/"
search_type: text
disabled: true
additional_tests:
rosebud: *test_rosebud
about:
Expand All @@ -1582,6 +1586,7 @@ engines:

- name: wikisource
engine: mediawiki
weight: 0.5
shortcut: ws
categories: [general, wikimedia]
base_url: "https://{language}.wikisource.org/"
Expand All @@ -1596,6 +1601,7 @@ engines:
categories: [general, science, wikimedia]
base_url: "https://species.wikimedia.org/"
search_type: text
disabled: true
about:
website: https://species.wikimedia.org/
wikidata_id: Q13679
Expand All @@ -1612,20 +1618,24 @@ engines:

- name: wikiversity
engine: mediawiki
weight: 0.5
shortcut: wv
categories: [general, wikimedia]
base_url: "https://{language}.wikiversity.org/"
search_type: text
disabled: true
about:
website: https://www.wikiversity.org/
wikidata_id: Q370

- name: wikivoyage
engine: mediawiki
weight: 0.5
shortcut: wy
categories: [general, wikimedia]
base_url: "https://{language}.wikivoyage.org/"
search_type: text
disabled: true
about:
website: https://www.wikivoyage.org/
wikidata_id: Q373
Expand Down

0 comments on commit d52919c

Please sign in to comment.