forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
minimum_should_match
behaviour on null value
Until 7.7 we used to ignore `null` values for `minimum_should_match` in `bool` queries. An internal refactoring has changed this so now we get a parsing error. While `null` should not a common value here, we should restore the old behaviour at least on the 7.x lines. Closes elastic#56812
- Loading branch information
Christoph Büscher
committed
May 15, 2020
1 parent
fd812d2
commit 4f5ed9e
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
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
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