Skip to content

Commit 6d58c37

Browse files
KyleOnK8sastefan
andauthored
Update docs/reference/esql/processing-commands/where.asciidoc
Co-authored-by: Andrei Stefan <[email protected]>
1 parent e2a2355 commit 6d58c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/esql/processing-commands/where.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ the input table for which the provided condition evaluates to `true`.
77

88
[TIP]
99
====
10-
Docs with `null` field values will be excluded from search results where you are excluding a specific value from that field. For example: `WHERE field != "value"` will be interpreted as `WHERE field != "value" and field is not null`.
10+
In case of value exclusions, fields with `null` values (a `null` means either there is an explicit `null` value in the document or there is no value at all) will be excluded from search results. For example: `WHERE field != "value"` will be interpreted as `WHERE field != "value" AND field IS NOT NULL`.
1111
====
1212

1313
**Syntax**

0 commit comments

Comments
 (0)