In most databases, if you type the beginning of a word and then type an asterisk (*), the database will match any word that begins with those letters. For instance:
- politic* matches politician, political, politics
- therap* matches therapy, therapist, therapeutic
Important exception: Google
Google does not have this feature because it applies truncation (and many other "fuzzy" search techniques) automatically.