In the search query box you can specify keywords (e.g. "mutant", "telekinesis", "application"), boolean operators ("and", "or", "not") and parenthesis ("(" and ")").
For example,
dragons and faerie
will find files containing "dragons" and "faerie". All searches are case-insensitive.
dragons and not faerie
will find files which contain "dragons" but not "faerie".
commission or order and artwork
finds files which contain both (1) either "commission" or "order", and (2) "artwork". In other words, files that contain either the two words "commission and artwork" or "order and artwork".
commission or (order and artwork)
finds files which contain either (1) "commission", or (2) both "order" and "artwork".
 |