Indica supports escaping special characters that are part of the query syntax, in case those characters are something you would like to search for. The current list special characters are:

+ - && || ! ( ) { } [ ] ^ " ~ * ? : \

To escape these character use the \ before the character. For example to search for (1+1):2 use the query:

\(1\+1\)\:2