Skip to content

Commit 938ff89

Browse files
author
Loïc Say
committed
fix(schemas): remove unretrievableAttributes from searchParams
1 parent d3a2637 commit 938ff89

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

specs/common/schemas/IndexSettings.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ baseIndexSettings:
2020
type: integer
2121
description: Set the maximum number of hits accessible via pagination.
2222
default: 1000
23+
unretrievableAttributes:
24+
type: array
25+
items:
26+
type: string
27+
description: List of attributes that can't be retrieved at query time.
28+
default: []
29+
x-categories:
30+
- Attributes
2331
disableTypoToleranceOnWords:
2432
type: array
2533
items:
@@ -117,14 +125,6 @@ indexSettingsAsSearchParams:
117125
default: []
118126
x-categories:
119127
- Faceting
120-
unretrievableAttributes:
121-
type: array
122-
items:
123-
type: string
124-
description: List of attributes that can't be retrieved at query time.
125-
default: []
126-
x-categories:
127-
- Attributes
128128
attributesToRetrieve:
129129
type: array
130130
items:

0 commit comments

Comments
 (0)