OpenSearch/elasticsearch
Daniel Mitterdorfer e3302da589 Make boolean conversion strict
This PR removes all leniency in the conversion of Strings to booleans: "true"
is converted to the boolean value `true`, "false" is converted to the boolean
value `false`. Everything else raises an error.

Original commit: elastic/x-pack-elasticsearch@6400f18911
2016-12-15 19:06:59 +01:00
..
2016-10-01 09:46:43 +02:00
2016-10-01 09:46:43 +02:00
2016-12-15 19:06:59 +01:00
2016-09-29 12:03:14 +02:00