Files
openstapps/frontend/app/cypress/fixtures/canteen/all.search.req.json
2023-12-05 15:17:00 +00:00

47 lines
1.0 KiB
JSON

{
"filter": {
"arguments": {
"filters": [
{
"arguments": {
"filters": [
{
"arguments": {
"field": "categories",
"value": "canteen"
},
"type": "value"
},
{
"arguments": {
"field": "categories",
"value": "student canteen"
},
"type": "value"
},
{
"arguments": {
"field": "categories",
"value": "cafe"
},
"type": "value"
},
{
"arguments": {
"field": "categories",
"value": "restaurant"
},
"type": "value"
}
],
"operation": "or"
},
"type": "boolean"
}
],
"operation": "and"
},
"type": "boolean"
}
}