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 ee110c2 commit 73f5fefCopy full SHA for 73f5fef
docs/reference/query-dsl/query-string-syntax.asciidoc
@@ -30,6 +30,11 @@ You can specify fields to search in the query syntax:
30
31
author:"John Smith"
32
33
+* where the `first name` field contains `Alice` (note how we need to escape
34
+ the space with a backslash)
35
+
36
+ first\ name:Alice
37
38
* where any of the fields `book.title`, `book.content` or `book.date` contains
39
`quick` or `brown` (note how we need to escape the `*` with a backslash):
40
0 commit comments