BFV Queries

Writing queries

Queries are simple text strings specifying values for one or more data fields. For example, the phrase taxon = 'Equidae' asks for all references containing information about the family Equidae --- that is, where there is a match between the taxon field and the value 'Equidae'. You must enclose the value in single quotes, but spacing doesn't much matter. You may string together several criteria using and and or, and you may use partial matching (described below). For example, the query taxon='Australopithecus' and taxon='boisei' and au != 'Wood' and date < '1988' retrieves all references for Australopithecus boisei where Wood was not an author and that were published before 1988.

Available search fields:
Relational operators:
= (equals), != (not equal to), > (greater than), < (less than), like (partial match). The like operator is best used in conjuction with the % symbol, which stands for one or more arbitrary characters. This is particularly useful in looking for terms embedded in titles, e.g., ti like '%plate tectonic%'. This would retrieve all articles with "plate tectonic" or "plate tectonics" anywhere in the title. To find all titles beginning with "Plate tectonics", you would use ti like 'Plate tectonic%'.
Note:

The server is case-sensitive with regard to taxa. Taxa other than species begin with upper-case letters, the rest of the words always in lower-case (i.e., use Tyrannosaurus, not tyrannosaurus or TYRANNOSAURUS). Subjects begin with an upper-case letter, but are lowercase thereafter (except for proper nouns). The available subjects are the headings in the published BFV's cross-reference indices, and include geographic regions, countries, time periods, and miscellaneous other descriptive information.

Note also:

Treatment of subjects is not consistent throughout all of the original BFV volumes, and the Romer volume was never indexed in any way. Thus the following points need to be kept in mind: