FilterAnd

FilterAnd

Filter based on multiple other filters, if all filter passes, this passes

Constructor

new FilterAnd()

Source:
Example
{
    "and": [
        {"property": "myProperty", "equals": "someValue"},
        {"property": "myProperty", "equals": "someOtherValue"},
    ]
}