We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b4283 commit e0a6018Copy full SHA for e0a6018
docs/reference/query-dsl/query-string-syntax.asciidoc
@@ -56,7 +56,7 @@ match the query string `"a* b* c*"`.
56
[WARNING]
57
=======
58
Pure wildcards `\*` are rewritten to <<query-dsl-exists-query,`exists`>> queries for efficiency.
59
-As a consequence, the wildcard `"field:*"` would match documents with an emtpy value
+As a consequence, the wildcard `"field:*"` would match documents with an empty value
60
like the following:
61
```
62
{
0 commit comments