Meilisearch JS
    Preparing search index...

    Type Alias SearchForFacetValuesParams

    SearchForFacetValuesParams: Omit<SearchParams, "facetName"> & {
        exhaustiveFacetCount?: boolean;
        facetName: string;
    }

    Type declaration

    • OptionalexhaustiveFacetCount?: boolean

      If true, the facet search will return the exhaustive count of the facet values.

    • facetName: string