03 Troubleshooting
Client
Search query syntax
The following applies to the query syntax to use in the Search field:
- In R5, using the NOT expression requires a parenthesized expression. For example:
NOT (field number1 = 20)
NOT (field number1 =20 or field number1 = 21)
- Split complex queries into separate parts, such as:
(Field subject contains cat) or (field subject contains dog)
([subject] contains apple) and ([date1] = 12/31/1996) - Maximum query length of a single word is 65 characters. If the query contains dashes between words, each
dash is counted as one character when computing the sum of 65 characters.