Boolean |
+comprehension +mfl -english
|
Returns each page based on the
Boolean condition being met. A plus (+) preceding a keyword
indicates that the keyword MUST exist on the
page. A minus (-) preceding a keyword indicates that
the keyword MUST NOT exist on the page.
This example shows pages which contain the words comprehension and mfl
but do not contain the word english |
Wildcard
(Partial Keywords) |
comprehen*
*ology
*log*
|
Returns each page where a keyword
exists that either starts with, ends with, or is contained
within a particular term.
Therefore, the first example would return any page containing
keywords starting with comprehen, such as comprehension,
or comprehend, or comprehensive.
The second example would return any page containing
keywords ending in ology such
as biology, or psychology, or escapology.
The third example would return any page containing keywords
with log within itself, such as logical,
clogged or biology. |