Skip to content

Meilisearch JS / index / SearchForFacetValuesParams

Type Alias: SearchForFacetValuesParams

SearchForFacetValuesParams = Omit<SearchParams, "facetName"> & object

Defined in: src/types/types.ts:190

Type Declaration

exhaustiveFacetCount?

optional exhaustiveFacetCount?: boolean

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

facetName

facetName: string