|
Boolean Searching
"Sales Marketing"
(Returns only records that have the exact phrase)
Sales Marketing
(Returns all records where a field contains both words)
Sales NOT Marketing
(Returns all records where a field contains the first word and not the second word)
Sales OR Marketing
(Returns all records where a field contains either word)
503*
(Returns all records where a field starts with 503)
|