Skip to content

Commit 22ca0e9

Browse files
feat(specs): add specific documentation for facets query parameter in Composition API (generated)
algolia/api-clients-automation#5477 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clara Muller <[email protected]>
1 parent 3201272 commit 22ca0e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/composition/model/params.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ export type Params = {
3535
*/
3636
relevancyStrictness?: number | undefined;
3737

38+
facetFilters?: FacetFilters | undefined;
39+
3840
/**
39-
* Facets for which to retrieve facet values that match the search criteria and the number of matching facet values To retrieve all facets, use the wildcard character `*`. For more information, see [facets](https://www.algolia.com/doc/guides/managing-results/refine-results/faceting/#contextual-facet-values-and-counts).
41+
* Facets for which to retrieve facet values that match the search criteria and the number of matching facet values To retrieve all facets, use the wildcard character `*`. To retrieve disjunctive facets lists, annotate any facets with the `disjunctive` modifier. For more information, see [facets](https://www.algolia.com/doc/guides/managing-results/refine-results/faceting/#contextual-facet-values-and-counts) and [disjunctive faceting for Smart Groups](https://www.algolia.com/doc/guides/managing-results/compositions/search-based-groups#facets-including-disjunctive-faceting).
4042
*/
4143
facets?: Array<string> | undefined;
4244

43-
facetFilters?: FacetFilters | undefined;
44-
4545
optionalFilters?: OptionalFilters | undefined;
4646

4747
numericFilters?: NumericFilters | undefined;

0 commit comments

Comments
 (0)