Constructor
new FilterNot()
- Source:
Example
{
"not": {"property": "myProperty", "equals": "someValue"}
}
Filter based on other filter, if the other filter passes, this does not, and vice versa
{
"not": {"property": "myProperty", "equals": "someValue"}
}