Add example json file for query string

This commit is contained in:
hygienic-books 2022-03-14 00:59:40 +01:00
parent f0130ce2fb
commit 6686e91236

21
maus-query.json Normal file
View File

@ -0,0 +1,21 @@
{
"queries": [
{
"fields": [
"topic"
],
"query": "die sendung mit der maus"
},
{
"fields": [
"channel"
],
"query": "ARD"
}
],
"sortBy": "timestamp",
"sortOrder": "desc",
"future": false,
"offset": 0,
"size": 20
}