home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / pcbdem04.zip / PCBDISK4.EXE / HELP / HLPSRCH < prev    next >
Text File  |  1991-11-19  |  2KB  |  56 lines

  1.                 Examples of using boolean (and / or) searching
  2.                 ----------------------------------------------
  3.  
  4. There are numerous places where PCBoard will ask you for some kind of search
  5. criteria for the text you want to scan.  In those areas you can simply type
  6. in a word or phrase or you may create much more complex searches by using
  7. boolean logic symbols in your request.
  8.  
  9. The symbols "&", "|" and "!" can be used to mean AND, OR and NOT.  In addition
  10. you can combine criteria using parenthesis to denote the grouping of the
  11. search criteria.
  12.  
  13. The rules below apply at any prompt given where PCBoard wants you to tell it
  14. what to scan for so the following rules can be used whether you are scanning
  15. through the message base, the download directories, the users file or the
  16. caller logs.
  17.  
  18.  
  19. Multiple words making up a sentence or phrase:
  20. ----------------------------------------------
  21. PCBoard version 14.5
  22.  
  23. Searches for the words "PCBoard version 14.5" all together in a line
  24.  
  25.  
  26. Multiple words searching for each word separately:
  27. --------------------------------------------------
  28. PCBoard | Telix | Procomm
  29.  
  30. Searches for any text having either PCBoard OR Telix OR Procomm anywhere in
  31. the text
  32.  
  33.  
  34. Multiple words searching for each word separately requiring ALL to match:
  35. -------------------------------------------------------------------------
  36. PCBoard & Telix & Procomm
  37.  
  38. Searches for any text having ALL THREE words but not necessarily in any order
  39. or even next to each other
  40.  
  41.  
  42. Using parenthesis for grouping:
  43. -------------------------------
  44. DESQview & (PCBoard | Telix)
  45.  
  46. Searches for any text having DESQview in it AND having either PCBoard OR Telix
  47. also in the same text in any order and not necessarily together
  48.  
  49.  
  50. Using the NOT operator:
  51. -----------------------
  52. GIF & Adult & ! ((X | XX | XXX) & Rated)
  53.  
  54. Searches for any text having GIF and the word Adult and NOT having the word
  55. Rated in combination with X, XX or XXX.
  56.