home *** CD-ROM | disk | FTP | other *** search
/ Compton's Interactive Encyclopedia 1999 / CIE99.ISO / win32 / findacme.dll / RCDATA / 1032 < prev    next >
Text File  |  1998-07-02  |  1KB  |  15 lines

  1. Use the "Search For" box to type in the search term for each element of your overall query. Keep in mind that the assumption between two words is a Boolean OR, unless specified otherwise.
  2.  
  3. Within a search term, you can use the following special operators.
  4.  
  5. ? -- Single character wild card
  6. The ? operator matches any single alphabetic character. For example, "medic???" matches "medicine" and "medicate"; "m?n" matches "man" and "men".
  7.  
  8. * -- Multiple character wild card
  9. The * operator matches any string of alphabetic characters. For example, "medic*" matches "medics", "medicine", and "medication"; "m*n" matches "man", "melon", and "Manhattan".
  10.  
  11. $ -- Optional character wild card
  12. The $ operator matches zero to one character. For example, "$ATF" matches "BATF" or "ATF"; "colo$r" matches "color" or "colour".
  13.  
  14. ~ -- Fuzzy search operator
  15. The ~ operator searches for items containing words with spellings similar to any individual query term. The part of the query term that will be matched exactly is determined by the placement of the operator within a term: the fuzzy search takes effect immediately following the appearance of the operator in a word. For example, "cyclo~hexene" would retrieve "cyclohexene", "cyclooctene", and "cyclohexane".