HomeDev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunityDoc feedbackLog In


For any search string, the following characters are reserved:

### **+ - = && || > \< ! ( ) { } [ ] ^ " ~ \* ? : \\ /**

If any of those characters appears in a query, it is escaped to prevent errors. For example, the string **John+Doe** is escaped to **John\\+Doe**.