interface DocumentFilterIn {
    in: {
        property: DocumentFilterProperty;
        values: DocumentFilterValueList;
    };
}

Properties

Properties

in: {
    property: DocumentFilterProperty;
    values: DocumentFilterValueList;
}

Matches items where the property matches one of the given values

{"property":["author"],"values":["Etiam Eget","Praesent Vestibulum"]}