When using the NOT operator an error occurs. QueryString example:
Cat AND Dog NOT Fish
QueryString that works:
Cat AND Dog AND NOT Fish
According to help the NOT should be replaced with AND NOT by Domino
Server returns following error:
Query not understandable
Is this a bug or am I missing the point?
Obviously you could do as the example that works but most users will not