For any search string, the following characters are reserved:
### **+ - = && || > \< ! ( ) { } [ ] ^ " ~ \* ? : \\ /**
If any of those characters are in a query, it is escaped to prevent errors. For example, the string **John+Doe** is escaped to **John\\+Doe**.