[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:
Markus Heiser
2026-09-16 16:19:42 +02:00
committed by Bnyro
parent f9c9c35546
commit 1354f3952b

View File

@@ -37,6 +37,7 @@ def request(query: str, params: "OnlineParams"):
"fields": [ "fields": [
"title", "title",
"topic", "topic",
"description",
], ],
"query": query, "query": query,
}, },