Product Search
The search will return every product that matches on at least one of the requested words. For example, searching on car would select products that contained the words "car", "carriage", "cargo" or "Caribbean".
Advanced Search Options
- Use quotations to search on a phrase. For example, the search request "United States" will select every product that contains the word "United" immediately followed by the word "States".
- The Boolean logic commands AND and OR can be used to more precisely control the search results. The commands are not case sensitive. To use the word "and" or "or" as part of the search criteria, put them in a phrase within quotes ("Tom and Jerry").
- AND requires an item to contain both terms to satisfy the search requirement. For example, Black AND Lab would require an item to contain both words before being selected.
- OR requires an item to contain only one of the terms to satisfy the search requirement. This is the default operator. That is, if two words or phrases are not separated by the words "AND" or "OR", the "OR" operator is assumed. The requests Black Lab and Black OR Lab would produce the same search results.
- Parenthesis can be used to group complex Boolean phrases. For example, (Black AND Lab) OR (Golden AND Lab).
- Prefix a word or phrase with a dash to search for products that do not contain the requested criteria.
- The search request United,-States will select every product that contains the text "United" or does not contain the text "States"
- The search request -"United States" will select every product that does not contain the phrase "United States"
- An asterisk can be attached to a word or phrase to narrow the search results.
- The search request United* will select every product that begins with the text "United"
- The search request *States will select every product that ends with the text "States"
- The underscore can be used to match on single characters.
- The search request "__ Good Hope Road" would match on "10 Good Hope Road" and "15 Good Hope Road", but not "1 Good Hope Road" because the search pattern required two character matches, not one.
- The search request *H__E* would match on "Hope" or "Here" or "Hear" but not on "Hoe".
- Brackets can be used with the asterisk option to specify a set of characters, where at least one must be matched for an item to be selected.
- The search request [0123456789]* will select every product that begins with a number.
- The search request *[!?] will select every product that ends with "!" or ends with "?".