@coveo/headless-react
    Preparing search index...

    Interface UpdateNumericFacetValuesPayload

    interface UpdateNumericFacetValuesPayload {
        facetId: string;
        values: NumericRangeRequest[];
    }
    Index

    Properties

    Properties

    facetId: string

    The unique identifier of the facet (e.g., "1").

    The numeric facet values.