|
|
Truncation
Truncation is
like a wildcard. Added to the stem of a word, it will find that
stem plus anything that comes after it. It is most useful when searching for both singular and plural versions of a word.
The symbol used to truncate
a word is usually a ? or a *, but it will depend upon the index ,
database , or
search engine you
are using.
|
psychol? |
will
return records on psychology, psychological, psychologist, etc.
? is used as the truncation symbol, for example, in the Karrmann Library online catalog. |
environ* |
will
return records on environment, environments, environmental, etc.
* is used as the truncation symbol in the Wilson Web and EBSCOhost electronic databases. |
|