interface DocumentFilterSearch {
    search: {
        property: DocumentFilterProperty;
        value: string;
    };
}

Properties

Properties

search: {
    property: DocumentFilterProperty;
    value: string;
}

Matches items that contains the search query.

{"property":["content"],"value":"Report"}