Using Boolean filters is another way to perform a more precise search.
Boolean filters let you combine search words using simple logic, as you can
see in the following table.
Filter
Example
Use this to
AND
tropical AND island
Find files that contain both words "tropical" and "island" (even if those
words are not right next to each other).
NOT
tropical NOT island
Find files that contain the word "tropical," but not "island."
OR
tropical OR island
Find files that contain either of the words "tropical" or "island."
Quotes
"tropical island"
Find files that contain the exact phrase "tropical island."
Parentheses
(tropical island)
Find files that contain both words "tropical" and "island," in any order.
date: >01/05/06
Find files that are more than or later than a certain value, such as after
01/05/06.
<
size: < 4 MB
Find files that are less than or earlier than a certain value, such as less
than 4 MB. You can also specify other sizes, such as KB and GB.
--
Please use the Communities guidelines when posting.
http://www.microsoft.com/wn3/locales/help/help_en-us.htm
Use the "Ratings" feature. It helps the new users.
Mark L. Ferguson MS-MVP
https://mvp.support.microsoft.com/profile/Mark.Ferguson