Browse Source

[DOCS] Document empty string boolean value as `false` (#61341)

James Rodewig 5 years ago
parent
commit
2a49ba3252
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/types/boolean.asciidoc

+ 1 - 1
docs/reference/mapping/types/boolean.asciidoc

@@ -10,7 +10,7 @@ strings which are interpreted as either true or false:
 [horizontal]
 False values::
 
-    `false`, `"false"`
+    `false`, `"false"`, `""` (empty string)
 
 True values::