Skip to content

Commit d9afc10

Browse files
committed
skip version to pass bwc
Signed-off-by: bowenlan-amzn <[email protected]>
1 parent 8ce9cc1 commit d9afc10

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4040
- Use Bad Request status for InputCoercionException ([#18161](https://github.com/opensearch-project/OpenSearch/pull/18161))
4141
- Null check field names in QueryStringQueryBuilder ([#18194](https://github.com/opensearch-project/OpenSearch/pull/18194))
4242
- Avoid NPE if on SnapshotInfo if 'shallow' boolean not present ([#18187](https://github.com/opensearch-project/OpenSearch/issues/18187))
43+
- Fix regex query from query string query to work with field alias ([#18215](https://github.com/opensearch-project/OpenSearch/issues/18215))
4344

4445
### Security
4546

rest-api-spec/src/main/resources/rest-api-spec/test/search/61_regex_query_field_alias.yml renamed to rest-api-spec/src/main/resources/rest-api-spec/test/search/61_query_string_field_alias.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
"field alias with regex pattern search":
1+
setup:
2+
- skip:
3+
version: " - 2.99.99"
4+
reason: "regex query over field alias support is in 3.x"
5+
26
- do:
37
indices.create:
48
index: test_index

0 commit comments

Comments
 (0)