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

Hierarchy

Properties

boost?: number
caseInsensitive?: boolean
customType?: string
field: string
language?: string
value: any

Generated using TypeDoc