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

    Interface OrderSearchDateRangeValue

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

    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?: string
    lte?: string