The
Stemming feature finds different forms of a searched root word. For
example, a search for "fund" (no quotes) finds "fund", "funds", "funded",
"funding". This feature is on by default.
To turn off stemming and find an
Exact Match, enclose the word or
phrase in quotes.
A search for "catalog" will return results based on the term catalog, but not cataloging,
cataloged, cataloger.
A search for "long range" will return results based on the phrase "long range", but not
"longer range","longest range", or "long ranges".
Exception: The following list of special symbols are removed from a search with stemming turned off:
+ - && || ! ( ) { } [ ] ^ " ~ * ? : \<>
For example: the non-stemmed search for
"plan*" will return results based on
the term "plan ". This is because we reserve the
* symbol for a special
meaning (wildcard).
A regular search for plan* returns plant, plane, plants, planter.