Docs: Updated documentation for query-string-syntax to include '>' '<' and '=' as reserved characters

Closes #9518
This commit is contained in:
Adam 2015-01-31 22:53:06 -05:00 committed by Clinton Gormley
parent 0c5599e1d1
commit 928ea82188

View File

@ -275,7 +275,7 @@ query itself (and not as operators), then you should escape them with
a leading backslash. For instance, to search for `(1+1)=2`, you would
need to write your query as `\(1\+1\)=2`.
The reserved characters are: `+ - && || ! ( ) { } [ ] ^ " ~ * ? : \ /`
The reserved characters are: `+ - = && || > < ! ( ) { } [ ] ^ " ~ * ? : \ /`
Failing to escape these special characters correctly could lead to a syntax
error which prevents your query from running.