Let's take an easy example. How to build a query to find and list both *.txt and *.doc in one search?

link|improve this question
Does the old 2000/XP way of doing things not work? *.txt;*.doc – Shevek Jun 25 '10 at 8:14
Semicolon does not work for Vista & 7. – Mehper C. Palavuzlar Jun 25 '10 at 10:35
@Mehper - just checking (we're still stuck on XP here at the office) :) – Shevek Jun 25 '10 at 12:33
feedback

1 Answer

Try typing the following query in the search box:

*.txt OR *.doc

Alternatively, you can use:

ext:.txt OR ext:.doc
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.