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

    Interface BaseFacetSearchResult

    interface BaseFacetSearchResult {
        count: number;
        displayValue: string;
        rawValue: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    count: number

    An estimate number of result items matching both the current query and the filter expression that would get generated if the facet value were selected.

    displayValue: string

    The custom facet value display name, as specified in the captions argument of the facet request.

    rawValue: string

    The original facet value, as retrieved from the field in the index.