mirror of
https://github.com/searxng/searxng.git
synced 2026-09-23 06:36:12 +00:00
[feat] mediathekviewweb: add description to queried fields (#6717)
Queries like `!mvw hercule poirot` usually yield no results if the `description` is not also included in the search. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
@@ -37,6 +37,7 @@ def request(query: str, params: "OnlineParams"):
|
|||||||
"fields": [
|
"fields": [
|
||||||
"title",
|
"title",
|
||||||
"topic",
|
"topic",
|
||||||
|
"description",
|
||||||
],
|
],
|
||||||
"query": query,
|
"query": query,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user