|
Use wildcards
Wildcard searches can expand the number of matches for
a particular request. The * character is used as the
wildcard character. For instance, searching for wh*
will find the words what, why, when, whether, and any
other word that starts with wh. Searching for *her*
will find the words here, whether, together, gathering,
and any other word that contains her anywhere in the
word. Wildcards may be combined with the standard plus
(+) and minus (-) modifiers, quotes for phrases, as
well as the field search specifiers. +wh* -se*ch will
find all pages which have a word that starts with wh
and which does not contain a word that starts with se
and ends with ch. "wh* are" will find the phrases where
are, what are, why are, etc.
|