DELETED_5350

I've just found some more for Google in this Google Guide. I didn't know about filetype: and movie: as well as a few more. They should be useful for me. :)
 
use Boolean Operators. you can order commands by using parenthesis, use AND, OR, NOT, !, +, *, (),{}. one example i quite like is this:

Code:
(nikon, nikkon, nikkor)
will search any one of those 3, but not all of them :)
 
basically, it will return all the results that have either of those 3 words, so it doesn't have to have all of those words (the result) it could just have one or two........i think
 
Back
Top Bottom