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

Hierarchy (view full)

Properties

boost?: number
field: string
fieldType?: string

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

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