TRUNCATION
Truncate a word in order to search for different forms of the same word. Many database use the asterisk * as the truncation symbol.
Example:
Truncate the word education robot* to search for robot, robots, robotics, robotic etc.
Add the truncation symbol to the word educat* to search for educate, educates, education, educational, educator, educators etc.