I use and SQL type language at work and I would tend to say that it works
select * from items where KeyWords like "quick"
or KeyWords like "quicker"
or KeyWords like "quickest"
There could be differences but it would work for me.