9.2.2.5.7. Escaping special characters

Special characters that are part of the query will need to be escaped. The current list of special characters are

+ - && || ! ( ) { } [ ] ^ " ~ * ? : \
To escape these characters use the \ before the character. For example to search for (1+1):2 use the query:
\(1\+1\)\:2