Using
Our Search Engine - The text search engine allows queries to be
formed from arbitrary expressions containing the keywords AND, OR, and
NOT, and grouped with parentheses. For example:
Employment Workplace
finds pages containing 'Employment' or 'Workplace'
Employment or
Workplace
same as above
Employment and
Lawyer
finds pages containing both 'Employment' and 'Lawyer'
Employment not
Discrimination
finds documents containing 'Employment'' but not 'Discrimination'
(Employment not
Lawyers) and
Laws
finds documents containing 'Employment' plus 'Laws', but
not 'Lawyers'
Law*
finds documents containing words starting with 'Law'
Top of Page