Add array support to contains and doesNotContains filters
K
Konstantin Solo
I tried this:
{
"value": [
"library",
"other",
"micro-frontend"
],
"operator": "doesNotContains",
"property": "type"
}
In hopes that I can filter out types I don't want.
But apparently doesNotContains does not support arrays and have to write 3 != rules instead
Would be helpful to allow arrays