Replace our maus-query.json file with an example with sane defaults
This commit is contained in:
21
examples/maus-query.json.example
Normal file
21
examples/maus-query.json.example
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
|
||||
}
|
Reference in New Issue
Block a user