Skip to content

Commit f7133c8

Browse files
ClaraMullermillotp
andauthored
fix(specs): fix example in Composition API specs (#5650)
Co-authored-by: Pierre Millot <[email protected]>
1 parent 0f7f454 commit f7133c8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

specs/composition/common/params/Composition.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,14 @@ facets:
1313
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).
1414
default: []
1515
example:
16-
- ['category', 'disjunctive(brand)', 'price']
17-
- ['*']
16+
facetSpecificList:
17+
summary: Specify which facet to retrieve with some marked as disjunctive
18+
value:
19+
- ['category', 'disjunctive(brand)', 'price']
20+
facetAll:
21+
summary: Retrieve all facets
22+
value:
23+
- ['*']
1824
x-categories:
1925
- Faceting
2026

0 commit comments

Comments
 (0)