Files
openstapps/test/resources/SearchRequest.1.json
Wieland Schöbl 9c6972af78 feat: change range offer to use date range
add date range type
change availability filter
2021-05-04 16:48:10 +02:00

39 lines
800 B
JSON

{
"errorNames": [],
"instance": {
"query": "*",
"context": "default",
"filter": {
"arguments": {
"filters": [
{
"arguments": {
"field": "type",
"value": "dish"
},
"type": "value"
},
{
"arguments": {
"field": "categories",
"value": "main dish"
},
"type": "value"
},
{
"arguments": {
"scope": "d",
"field": "availabilityRange",
"time": "2018-01-15T04:13:00+00:00"
},
"type": "availability"
}
],
"operation": "and"
},
"type": "boolean"
}
},
"schema": "SCSearchRequest"
}