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

Hierarchy

Properties

boost?: number
customType?: string
field: string
language?: string
mustMatch?: string
value: string

Generated using TypeDoc