Skip to content

Commit 6c870e1

Browse files
committed
update index settings ref
1 parent 48b629c commit 6c870e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/recommend/common/schemas/QueryParameters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ searchParamsObject:
88
description: Each parameter value, including the `query` must not be larger than 512 bytes.
99
allOf:
1010
- $ref: '#/baseSearchParams'
11-
- $ref: '../../../common/schemas/IndexSettings.yml#/indexSettingsAsSearchParams'
11+
- $ref: './IndexSettings.yml#/indexSettingsAsSearchParams'
1212

1313
baseSearchParams:
1414
allOf:
@@ -121,7 +121,7 @@ baseSearchParamsWithoutQuery:
121121
naturalLanguages:
122122
type: array
123123
items:
124-
$ref: '../../../common/schemas/IndexSettings.yml#/supportedLanguage'
124+
$ref: './IndexSettings.yml#/supportedLanguage'
125125
description: |
126126
ISO language codes that adjust settings that are useful for processing natural language queries (as opposed to keyword searches):
127127

0 commit comments

Comments
 (0)