interface OrderSearchFullTextValue {
    boost?: number;
    customType?: OrderSearchCustomType;
    field: string;
    language?: string;
    mustMatch?: OrderSearchMatchType;
    value: string;
}

Hierarchy (View Summary)

Properties

boost?: number

Possible values for the customType property on simple expressions indicating the data type of the field.

field: string
language?: string
value: string