Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Fix missing space #774

Open
wants to merge 1 commit into
base: 2.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 054_Query_DSL/70_Important_clauses.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ for exact matches (including differences in case, accents, spaces, etc).
The `exists` and `missing` queries are ((("exists query")))((("missing query")))used to find documents in which the
specified field either has one or more values (`exists`) or doesn't have any
values (`missing`). It is similar in nature to `IS_NULL` (`missing`) and `NOT
IS_NULL` (`exists`)in SQL:
IS_NULL` (`exists`) in SQL:

[source,js]
--------------------------------------------------
Expand Down