In Description and Title fields two (or more) words mean *Word1* AND *Word2*
In Author field - Author1 OR Author2
Exact means exact string*Torry Delphi*. "Torry Delphi" will be found but NOT "Delphi Torry"
You can use wildcard: " ? " or " _ " means any character, " * " or " % " means any string
Non-alphabetic and non-numeric characters will be ignored (except * , % , _ , ?)
Words with length of 1 character will be ignored (so query like " h? " will be ignored)
Some words, such as " the ", " is ", " will ", and so on will be ignored too
When ZIP / EXE Search used, only first word uses, so query like " edit*.z?? tor* " will search for " edit*.zip " or " edit*.exe "
NOTE ! More complex query - more answer delay ! So, delay for query like " Description=Torry Top AND Title=NotePad OR Author=Peresada " will be more than for just Author=Peresada BE PATIENT !!!