mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Docs: Updated documentation for query-string-syntax to include '>' '<' and '=' as reserved characters
Closes #9518
This commit is contained in:
parent
0c5599e1d1
commit
928ea82188
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user