Thanks, but that's double dutch to me. What I'm looking for is the box
you fill in with title, content, file type, period from-to, etc. Or
failing that, is there an easy way to search for content but exclude
file name, and for created/saved or whatever within a given period?
Thank you.
OK, first grab a cup of coffee or your favorite beverage. Comfortable?
The syntax necessary to do advanced searching can be a little
confusing. You need to learn two things. First is a simple algebraic
concept conceived by George Boole, a 19th century English
mathematician. The good news is once you learn how you can apply it to
how Windows generally searches and well as doing much more powerful
searches using Google and other web based Search Engines.
Why would you want to? Because if you want to restrict how Search
works you need to understand the concept of Basic Boolean Search
Operators called AND, OR and NOT.
In a nut shell AND OR and NOT (always use caps) are connectors or more
accurately serve to modify what gets returned when you search for
something.
For Windows advanced searching you also need to understand how
Advanced Query Syntax works. Combining Boolean Search Operators with
defined properties should give the results you want or at least help
limit the clutter you don't want.
I know, still sounds like pig Latin. So a couple examples:
Say you want to find a word in a document, but ignore the files that
might have the same name in their title. That's a job for the NOT
operator plus a property called filename. The operator defines what to
look for on the left side of the equation and what not to return on
the right side.
So apples NOT filename:apples should return a list of everything that
has the word apples (as in your documents) while ignoring any file
names where the word apples is part of the file name.
For a full list of properties that Windows understands, see:
http://www.microsoft.com/windows/products/winfamily/desktopsearch/technicalresources/advquery.mspx
The operators AND and OR work in similar way. To search for both the
words Bob and Bill at the same time you would use the AND operator.
To find Bob or Bill use the OR operator.
That explains WHAT to look for. You also need to specify WHERE to
look. By default Vista only looks in locations it by default indexes.
If you want to expand that to look on all your hard drives you need to
expand advance searches to change location to computer or everywhere
and also check look in non indexed locations.