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

    Interface SearchTimeRangeValue

    interface SearchTimeRangeValue {
        boost?: number;
        field: string;
        fieldType?: SearchFieldType;
        gt?: string;
        gte?: string;
        lt?: string;
        lte?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    boost?: number
    field: string
    fieldType?: SearchFieldType

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

    gt?: string
    gte?: string
    lt?: string
    lte?: string