@X0D                Examples of using boolean (and / or) searching
@X0A                ----------------------------------------------
 
@X0FThere are numerous places where PCBoard will ask you for some kind of search
@X0Fcriteria for the text you want to scan.  In those areas you can simply type
@X0Fin a word or phrase or you may create much more complex searches by using
@X0Fboolean logic symbols in your request.
 
@X0FThe symbols "@X0E&@X0F" and "@X0E|@X0F" can be used to mean @X0CAND@X0F and @X0COR@X0F respectively.  In
@X0Faddition you can combine criteria using parenthesis to denote the grouping of
@X0Fthe search.
 
@X0FThe rules below apply at any prompt given where PCBoard wants you to tell it
@X0Fwhat to scan for so the following rules can be used whether you are scanning
@X0Fthrough the message base, the download directories, the users file or the
@X0Fcaller logs.
 
 
@X0DMultiple words making up a sentence or phrase:
@X0A----------------------------------------------
@X0EPCBoard version 14.5
 
@X0FSearches for the words "@X0EPCBoard version 14.5@X0F" all together in a line
 
 
@X0DMultiple words searching for each word separately:
@X0A--------------------------------------------------
@X0EPCBoard | Qmodem | Procomm
 
@X0FSearches for any text having either @X0EPCBoard @X0COR @X0EQmodem @X0COR @X0EProcomm anywhere in
@X0Fthe text
 
 
@X0DMultiple words searching for each word separately requiring ALL to match:
@X0A-------------------------------------------------------------------------
@X0EPCBoard & Qmodem & Procomm
 
@X0FSearches for any text having @X0CALL THREE@X0F words but not necessarily in any order
@X0For even next to each other
 
 
@X0DUsing parenthesis for grouping:
@X0A-------------------------------
@X0EDESQview & (PCBoard | Qmodem)
 
@X0FSearches for any text having @X0EDESQview @X0Fin it @X0CAND @X0Fhaving either @X0EPCBoard @X0COR @X0EQmodem
@X0Falso in the same text in any order and not necessarily together.
 
