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

    Interface OrderSearchLongRangeValue

    interface OrderSearchLongRangeValue {
        boost?: number;
        customType?: OrderSearchCustomType;
        field: string;
        gte?: number;
        lte?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    boost?: number

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

    field: string
    gte?: number
    lte?: number