Remove boolean query parsing leniency #21545
Labels
>breaking
:Search Foundations/Mapping
Index mappings, including merging and defining field types
Team:Search Foundations
Meta label for the Search Foundations team in Elasticsearch
v6.0.0-alpha1
Currently when querying a boolean field, we parse pretty much anything except for
false
or0
to meantrue
. This can cause a lot of query confusion.We should remove this boolean parsing leniency so that only the string
"true"
and"false"
parse without exceptions.The text was updated successfully, but these errors were encountered: