Contents
- Index
Advanced Horse Search
This tool allows you to find one or more horses that meet a set of criteria that you create. With this search you enter selection criteria one at a time using either the And or Or operator. You can enter as many criteria as you like. Once you have finished building your criteria, click on the Search button to see the results. If you want to remove one of the selection criteria, select it from the list and click on the Remove button.
Note
You must use the And and Or operators carefully. Placing opening and closing brackets around criteria where applicable to avoid unintended results.
For example:
Sire = Angus Hall
and DOB = 2002
and Sex = H
or Sex = G
will return all of the colts by Angus Hall born in 2002 as well as every gelding in the database (not just those by Angus Hall).
More appropriately the query should be
Sire = Angus Hall
and DOB = 2002
and (Sex = H
or Sex = G)
Even more appropriate is:
Sire = Angus Hall
and DOB = 2002
and Sex <> M

See Also
Basic Horse Search
Stallion Search