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

    Interface ProductSearchFacetRangesFacetRange

    Values for from and to must be a number or DateTime.

    interface ProductSearchFacetRangesFacetRange {
        from?: any;
        key?: string;
        to?: any;
    }
    Index

    Properties

    Properties

    from?: any

    Starting value of the bucket (inclusive).

    key?: string

    Key to assign the bucket.

    to?: any

    Ending value of the bucket (non-inclusive).