-
Notifications
You must be signed in to change notification settings - Fork 25k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lower bwc skip for search as you type (#40599)
- Loading branch information
1 parent
e08881b
commit d0acf62
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
modules/mapper-extras/src/test/resources/rest-api-spec/test/search-as-you-type/10_basic.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
setup: | ||
- skip: | ||
version: " - 7.1.0" | ||
version: " - 7.0.99" | ||
reason: "added in 7.1.0" | ||
|
||
- do: | ||
|
2 changes: 1 addition & 1 deletion
2
...apper-extras/src/test/resources/rest-api-spec/test/search-as-you-type/20_highlighting.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
setup: | ||
- skip: | ||
version: " - 7.1.0" | ||
version: " - 7.0.99" | ||
reason: "added in 7.1.0" | ||
|
||
- do: | ||
|
2 changes: 1 addition & 1 deletion
2
rest-api-spec/src/main/resources/rest-api-spec/test/search/310_match_bool_prefix.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
setup: | ||
- skip: | ||
version: " - 7.1.0" | ||
version: " - 7.0.99" | ||
reason: "added in 7.1.0" | ||
|
||
- do: | ||
|