interface DocumentFilterLexicalSearch {
    lexicalSearch: {
        property: DocumentFilterProperty;
        value: string;
    };
}

Properties

Properties

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

Matches passages that contains specified keywords.

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