How to search in search engines
There are several possibilities of improving one's search. The
following will help you to improve your search.
Most search engines have expressions, which will allow you to
specify your search. Search expressions can be assembled into a long
search string (boolean). Example:
cars AND ford AND NOT mondeo
Date
Some search engines will allow you to assign date of origin.
Sort
Some search engines will allow you to assign a sort order.
Language
Specifies a language the sites must be in.
List of expressions
|
Expression
|
Symbol
|
Explanation
|
|
cars AND ford
|
&
|
The search will return sites that contain
"cars" and "ford"
|
|
cars OR ford
|
|
|
The search will return sites that contain
"cars" or "ford"
|
|
cars AND NOT ford
|
;
|
The search will return sites that contain
"cars" and not "ford"
|
|
cars NEAR ford
|
~
|
The search word (car) must be placed at least 10 words from the second search
word (ford)
|
|
car*
|
|
The search will
return sites where the word is included, car, carpark, carwash
etc.
|
|
"car ford”
|
|
Words inside brackets will return sites where the
words are placed next to each other.
|
|
title:ord
|
|
The search will return sites that has the word in the
title
|
|
url:ord
|
|
The search will return sites that has the word in the
url
|
|
text:ord
|
|
The search will return sites that has the word in all
kinds of texts
|
|
link:URL
|
|
The search will return sites that has links
containing the word
|
|
image:ford
|
|
The search will return sites that has pictures with
the search word in the picture name.
|
|
host:ford
|
|
The search will return sites that has the word
in the hostname, for example, www.hostname.com
|
|
domain:domainnave
|
|
The search will return sites that has the word in the
domain name, for example, domain:com
|
|
applet:class
|
|
The search will return sites that has the a Java
applet
|
Example
Example cars AND ford NEAR mondeo AND
domain:co.uk AND NOT (used OR old) AND title:resel*
The search will return sites that contain both "ford"
and "mondeo" which are not more than 10 words away. The
search is limited for English pages, which do not contain the words
"used" or "old" but has a title containing
"resel".
|