Skip to content

Commit c725431

Browse files
authored
Fix version check for adding rangeQuery and regexpQuery support for constant_keyword field type (opensearch-project#15127)
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
1 parent 76b9931 commit c725431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/index/110_constant_keyword.yml rest-api-spec/src/main/resources/rest-api-spec/test/index/115_constant_keyword.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
---
7171
"Queries":
7272
- skip:
73-
version: " - 2.99.99"
74-
reason: "rangeQuery and regexpQuery are supported in 3.0.0 in main branch"
73+
version: " - 2.16.99"
74+
reason: "rangeQuery and regexpQuery are introduced in 2.17.0"
7575

7676
- do:
7777
indices.create:

0 commit comments

Comments
 (0)