NOT Operator

The NOT Operator is used by the end user to further define a keyword search request.  

Example

Search Request

Result

John not Doe

Return all records that contain the word "John" but do not contain the word "Doe".

not Doe

Return all records that do not contain the word "Doe".  The __DO_NEGATIVE system value should be set to TRUE with the Logic Template for this search to be performed.  If it is not set, no results would be returned.

Note: Aliases can be set for this operator through the Edit Operators dialog box of the translate table.