| LIKE  | Exact Match | 
 | 
| *LIKE* | Wild-card either end of string. | 
 | 
| *LIKE | Wild-card at the beginning of the string. | 
 | 
| LIKE* | Wild-card at the end of the string. | 
 | 
| NOT LIKE | Must NOT be an exact match. | 
 | 
| *NOT LIKE* | Must NOT be an exact match with wild-cards. | 
 | 
| IS EMPTY | Value being searched is blank. | Deprecated  | 
| IS NOT EMPTY | Value being searched can NOT be blank. | Deprecated | 
| LIST | Comma Separated String containing possible search strings. One or more search strings MUST be found. | 
 | 
| NOT LIST | Comma Separated String containing possible search strings. Results must NOT contain one or more of the search strings. | 
 |