Skip to content

Commit 887698d

Browse files
Fix version check for adding rangeQuery and regexpQuery support for constant_keyword field type (opensearch-project#15127) (opensearch-project#15132)
(cherry picked from commit c725431) Signed-off-by: Gao Binlong <gbinlong@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6b53860 commit 887698d

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)