Skip to content

Commit ea1cf1f

Browse files
committed
rename the other one
1 parent 406c072 commit ea1cf1f

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

specs/common/schemas/SearchParams.yml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,7 @@ baseSearchParamsWithoutQuery:
4343
restrictSearchableAttributes:
4444
$ref: '#/restrictSearchableAttributes'
4545
facets:
46-
type: array
47-
items:
48-
type: string
49-
description: |
50-
Facets for which to retrieve facet values that match the search criteria and the number of matching facet values
51-
To retrieve all facets, use the wildcard character `*`.
52-
For more information, see [facets](https://www.algolia.com/doc/guides/managing-results/refine-results/faceting/#contextual-facet-values-and-counts).
53-
default: []
54-
example: ['*']
55-
x-categories:
56-
- Faceting
46+
$ref: '#/searchParamsFacets'
5747
facetingAfterDistinct:
5848
$ref: '#/facetingAfterDistinct'
5949
page:
@@ -463,6 +453,19 @@ restrictSearchableAttributes:
463453
x-categories:
464454
- Filtering
465455

456+
searchParamsFacets:
457+
type: array
458+
items:
459+
type: string
460+
description: |
461+
Facets for which to retrieve facet values that match the search criteria and the number of matching facet values
462+
To retrieve all facets, use the wildcard character `*`.
463+
For more information, see [facets](https://www.algolia.com/doc/guides/managing-results/refine-results/faceting/#contextual-facet-values-and-counts).
464+
default: []
465+
example: ['*']
466+
x-categories:
467+
- Faceting
468+
466469
ruleContexts:
467470
type: array
468471
items:

0 commit comments

Comments
 (0)