When searching for a specific string of letters the results show all words which contain those letters. Example: When searching for the letters 'ARE' the results will display words which contain those letters such as care, share, etc. This is still true even if quotes are surrounding the letter srting.
Unknown
WORKAROUND
Use the Advanced Search option and create criteria that contains the word in quotes and a criteria for other words in quotes that are found and not wanted. Be sure to use an AND statement at the end of each line (default).
Here is an example:
Criterion=Message Body, Condition=Is (Exactly), Value="are"
Criterion=Message Body, Condition=Doesn't Contain, Value="care"
Criterion=Message Body, Condition=Doesn't Contain, Value="bare"
Criterion=Message Body, Condition=Doesn't Contain, Value="share"
etc.
STATUS
Waiting for fix in a future release of Recovery Manager for Exchange