Operator Meanings
Numeric Searches
> >= = <= < <> LIST NOT LIST |
Greater Than Greater Than or Equal Equal Less Than or Equal Less Than NOT Equal Comma Separated String containing possible search strings. One or more search strings MUST be found. Comma Separated String containing possible search strings. Results must NOT contain search strings. |
String Searches
LIKE *LIKE* *LIKE LIKE* NOT LIKE *NOT LIKE* IS EMPTY IS NOT EMPTY LIST NOT LIST |
Exact Match Wild-card either end of string. Wild-card at the beginning of the string. Wild-card at the end of the string. Must NOT be an exact match. Must NOT be an exact match with wild-cards. Value being searched is blank. Value being searched can NOT be blank. Comma Separated String containing possible search strings. One or more search strings MUST be found. Comma Separated String containing possible search strings. Results must NOT contain search strings. |
Additional for RaceType ONLY
LIST(AND) NOT LIST(AND) |
Comma Separated String containing possible search strings. All the search strings MUST be found. Comma Separated String containing possible search strings. Results must NOT contain ALL the search strings. |