interface ContainsAnyFilterV3 {
    containsAny: {
        property: DMSFilterProperty;
        values: FilterValueList;
    };
}

Properties

Properties

containsAny: {
    property: DMSFilterProperty;
    values: FilterValueList;
}

Matches items where the property contains one or more of the given values. Only apply this filter to multivalued properties.