Help

If a single name, or part of a name, is entered then a search is performed that will match the entered name if it appears anywhere in a person’s first or last name. Entries are not case sensitive.
for example

Searching for “wilbur” will return:
Ann Wilbur
John Wilburson
Wilbur Johnson
Searching for “richard” will return:
Joe Richard
Amy Richards
Richard Smith

If a first and last name are entered, or partial parts thereof, then a search matches entries where the first name begins with the entered first substring and the last name begins with the second. It will also search for first names beginning with the second substring and last names beginning with the first substring, so first and last names may be entered in any order.
for example

Searching for either “a smith” or “smith a” returns:
Ann Smith
Adam Smithinson

Wildcards (*) may be used to match arbitrary parts of a name.
for example

Searching for “*lison w” returns:
Allison Williams
Alison Watson

An advanced search takes the entered text (first name, last name, and/or e-mail) and performs a search that returns entries that match the text beginning with the fields. Entries are not case sensitive. Not all fields have to be filled in. Any field left blank is ignored during the search. Wildcards (*) may be used.

e.g.

First Name = A

Last Name = Jones

e-mail = aj

The advanced search matches any entries where the first name begins with an ‘A,’ the last name begins with ‘Jones,’ AND the e-mail begins with ‘aj’.