update get_all v2
This commit is contained in:
@@ -1123,6 +1123,11 @@ filters = {
|
|||||||
"gte":"2024-07-01",
|
"gte":"2024-07-01",
|
||||||
"lte":"2024-07-31"
|
"lte":"2024-07-31"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"categories":{
|
||||||
|
"contains": "food_preferences"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1145,6 +1150,11 @@ const filters = {
|
|||||||
"gte":"2024-07-01",
|
"gte":"2024-07-01",
|
||||||
"lte":"2024-07-31"
|
"lte":"2024-07-31"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"categories":{
|
||||||
|
"contains": "food_preferences"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user