And & Or - searching for multiple words

Don Von Alpha Dom
by Don Von Alpha Dom · 2 posts
14 years ago in Google Hacking
Posted 14 years ago · Author
Or Codes:
Code
OR

Code
|


Image

And Codes:
Code
 

^^ The "and" code is nothing but a space. A space is understood as the word "and".

Image

Example:
If I wanted to search for pages with both RezidentJoker and GinaValenti on the same page, I would use the following code.
Code
site:www.imvu.com RezidentJoker GinaValenti


If I wanted or search for pages with either RezidentJoker or GinaValenti on the page, also including pages with both of them; I would use one of the following codes.
Code
site:www.imvu.com (RezidentJoker | GinaValenti)

Code
site:www.imvu.com (RezidentJoker OR GinaValenti)


We can also get really complicated with this, or do something like searching for either pages with RezidentJoker or GinaValenti and either DonCdoddsy or Zathairaa.
Code
site:www.imvu.com (RezidentJoker | GinaValenti) (DonCdoddsy | Zathairaa)
Posted 14 years ago
Heh nice...reminds me C#...in a way >.<
*still learning*

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT