usage

The search feature is capable of handling the following queries:

  • term1 term2
    This matches any item with both term1 AND term2
  • term1 not term2; term1 -term2
    This matches items with term1 that DO NOT contain term2
  • "term1 term2 term3"
    This matches the exact phrase, term1 term2 term3

example searches

  • john smith
    This will match any drawing whose subject’s name is John Smith, but will not match a subject named Johnny Smithson
  • 2006 undergraduate
    This will find any undergraduate student whose class year is 2006
  • option iii
    This will match any option iii graduate student
  • coffee
    This will find any item containing the keyword "coffee"