|
||
* = Will search and display any number of characters. Example:
Using an * in this search will return every document that has at least one Party Name that starts with ST and ends with RT. Possible results would include STUART, STEWART, START, STOWART, STALWART, etc. Each official record that contains a Party Name starting with ST and ending with RT will display bold in the result set. ------------------------------------------------------------------------------------------ [ ] or ( ) = Will search for documents that contain only one of the listed character within the brackets. Example
Using the [ ] around the I and A will return every document that has at least one Party Name of HILL or HALL. Each official record that contains a Party Name of HILL or HALL will display bold in the result set. ------------------------------------------------------------------------------------------ [^ ] or (^ ) = Will search for documents that DO NOT contain either of the characters listed within the brackets.
Possible results would include HYLL, HOLL, HULL, etc. Each official record that contains a Party Name of HYLL, HOLL, HULL, etc. will display bold in the result set. ------------------------------------------------------------------------------------------ ? = Will search for any single character
Using a ? in this search will return every document that has at least one Party Name that starts with BA followed by some other character. Possible results would include BAB, BAD, BAG, BAR, BAT, etc. Each official record that contains a Party Name that begins with BA followed by another character will display bold in the result set.
|