Search Tips
- Search for a phrase by putting quotes around a group of words, like "john jones"
- Perform a single character wildcard search using "?". For example, j?nes will find jones and janes
- Perform a multiple wildcard search using "*". This will look for zero or more characters, so jon* will find jon, jones, and jonson
- Use "AND" to require the search to find all words or phrases. "john AND jones" will only return results with both words
- Use "NOT" to exclude words or phrases. For example "john NOT jones" will return all results with the word john but not jones