mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 04:40:11 +01:00
[mod] decrease the weighting of wikivoyage, wikibooks, wikisource and 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] https://github.com/searxng/searxng/pull/2589#issuecomment-1670915089 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
018b0a9322
commit
d52919cc3e
@ -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
|
||||
@ -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:
|
||||
@ -1582,6 +1586,7 @@ engines:
|
||||
|
||||
- name: wikisource
|
||||
engine: mediawiki
|
||||
weight: 0.5
|
||||
shortcut: ws
|
||||
categories: [general, wikimedia]
|
||||
base_url: "https://{language}.wikisource.org/"
|
||||
@ -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
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user