Skip to content

Commit 50914f4

Browse files
committed
chore: facet order naming
1 parent 7e7cfc9 commit 50914f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

specs/common/schemas/IndexSettings.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ facetOrdering:
979979
additionalProperties: false
980980
properties:
981981
facets:
982-
$ref: '#/facets'
982+
$ref: '#/facetsWithOrder'
983983
values:
984984
$ref: '#/values'
985985

@@ -1035,7 +1035,7 @@ bannerImageUrl:
10351035
url:
10361036
type: string
10371037

1038-
facets:
1038+
facetsWithOrder:
10391039
description: Order of facet names.
10401040
type: object
10411041
additionalProperties: false
@@ -1298,4 +1298,4 @@ snippetEllipsisText:
12981298
description: String used as an ellipsis indicator when a snippet is truncated.
12991299
default:
13001300
x-categories:
1301-
- Highlighting and Snippeting
1301+
- Highlighting and Snippeting

specs/common/schemas/SearchParams.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,4 +539,4 @@ userToken:
539539
For more information, see [user token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/).
540540
example: test-user-123
541541
x-categories:
542-
- Personalization
542+
- Personalization

0 commit comments

Comments
 (0)