@gradientedge/commercetools-utils
    Preparing search index...

    Interface OrderSearchAnyValue

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

    Hierarchy (View Summary)

    Index

    Properties

    boost?: number
    caseInsensitive?: boolean

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

    field: string
    language?: string
    value: any