Add example json file for query string
This commit is contained in:
parent
f0130ce2fb
commit
6686e91236
21
maus-query.json
Normal file
21
maus-query.json
Normal 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
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user