File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,14 @@ baseIndexSettings:
20
20
type : integer
21
21
description : Set the maximum number of hits accessible via pagination.
22
22
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
23
31
disableTypoToleranceOnWords :
24
32
type : array
25
33
items :
@@ -117,14 +125,6 @@ indexSettingsAsSearchParams:
117
125
default : []
118
126
x-categories :
119
127
- 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
128
128
attributesToRetrieve :
129
129
type : array
130
130
items :
You can’t perform that action at this time.
0 commit comments