![]() |
![]() ![]() |
|
Lesson 3:
|
Home > Lesson 3 > Build a Keyword Search | Page 5 of 6: < back | 1 | 2 | 3 | 4 | 5 | 6 | next > |
Build a Keyword SearchTruncationTruncation is a search strategy that allows you to search for words that start the same but have multiple endings like crime, criminal, and criminals.
Truncation is especially useful when you want a database to return both the singular and plural versions of a word like film and films. The problem is that not all databases use the same truncation symbol. Usually, you need to look at the "help" screen to find out what symbol it uses. Four common truncation, or "wildcard," symbols are:
(film OR films OR movie OR movies OR motion picture OR motion pictures) Using * as a truncation symbol, the search string can be simplified to: (film* OR movie* OR motion picture*) Consider: Are there any terms in your search string that you might use a truncation symbol with? |
||
| Page 5 of 6: < back | 1 | 2 | 3 | 4 | 5 | 6 | next > |
||
| Copyright © NCSU Libraries |