Skip to content

Commit aaa040a

Browse files
atecleclintongormley
authored andcommitted
Docs: Updated documentation for query-string-syntax to include '>' '<' and '=' as reserved characters
Closes #9518
1 parent c5312ff commit aaa040a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/query-dsl/queries/query-string-syntax.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ query itself (and not as operators), then you should escape them with
275275
a leading backslash. For instance, to search for `(1+1)=2`, you would
276276
need to write your query as `\(1\+1\)=2`.
277277

278-
The reserved characters are: `+ - && || ! ( ) { } [ ] ^ " ~ * ? : \ /`
278+
The reserved characters are: `+ - = && || > < ! ( ) { } [ ] ^ " ~ * ? : \ /`
279279

280280
Failing to escape these special characters correctly could lead to a syntax
281281
error which prevents your query from running.

0 commit comments

Comments
 (0)