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 a1cc683 commit f90051eCopy full SHA for f90051e
docs/reference/query-dsl/query-string-syntax.asciidoc
@@ -279,6 +279,10 @@ The reserved characters are: `+ - = && || > < ! ( ) { } [ ] ^ " ~ * ? : \ /`
279
Failing to escape these special characters correctly could lead to a syntax
280
error which prevents your query from running.
281
282
+NOTE: `<` and `>` can't be escaped at all. The only way to prevent them from
283
+attempting to create a range query is to remove them from the query string
284
+entirely.
285
+
286
.Watch this space
287
****
288
A space may also be a reserved character. For instance, if you have a
0 commit comments