interface OrderSearchAnyValue {
    boost?: number;
    caseInsensitive?: boolean;
    customType?: string;
    field: string;
    language?: string;
    value: any;
}

Hierarchy (View Summary)

Properties

boost?: number
caseInsensitive?: boolean
customType?: string

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

field: string
language?: string
value: any