Reserved charactersDescribes how reserved characters work, for queries in Optimizely Search & Navigation.Suggest EditsFor 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.Updated 5 days ago Table of Contents + - = && || > < ! ( ) { } ^ " ~ * ? : \ /