Skip to content

Commit 6b54763

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

File tree

3 files changed

+10
-16
lines changed

3 files changed

+10
-16
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ Read the guides and requirements to:
6262

6363
Test the generated clients by running:
6464

65-
- The [`playground`](./playground) (see [documentation](https://api-clients-automation.netlify.app/docs/contributing/testing/playground.md))
66-
- The [`Common Test Suite`](./tests/) (see [documentation](https://api-clients-automation.netlify.app/docs/contributing/testing/common-test-suite.md)).
65+
- The [`playground`](./playground) (see [documentation](https://api-clients-automation.netlify.app/docs/contributing/testing/playground))
66+
- The [`Common Test Suite`](./tests/) (see [documentation](https://api-clients-automation.netlify.app/docs/contributing/testing/common-test-suite)).
6767

6868
For full documentation, visit the **[online documentation](https://api-clients-automation.netlify.app/docs/contributing/introduction)**.
6969

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:

tests/CTS/methods/requests/search/setSettings.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,6 @@
233233
"attributesForFaceting": [
234234
"algolia"
235235
],
236-
"unretrievableAttributes": [
237-
"algolia"
238-
],
239236
"attributesToRetrieve": [
240237
"algolia"
241238
],
@@ -367,9 +364,6 @@
367364
"attributesForFaceting": [
368365
"algolia"
369366
],
370-
"unretrievableAttributes": [
371-
"algolia"
372-
],
373367
"attributesToRetrieve": [
374368
"algolia"
375369
],

0 commit comments

Comments
 (0)