Can we use the $contains
for the adding a filter using a filed?
Currently, other than $eq
, an error will occur when saving the configuration.
Such as,
{
"actionType": "ADD_FILTER",
"verticals": [
"locations",
"events"
],
"filter": {
"c_brand": {
"$contains": "BrandName"
}
}
}