MySQL: Full-Text inflectional forms of words?

12 Views Asked by At

Is it possible to execute FTS queries using Forms of words inflectional? For example: select id, string from test;

1 John worked as chief and works as pilot 2 George works as pilot 3 Mary likes flowers

and search something like select id, string from test where string .... 'work'; and receive 2 rows with id in (1,2)

?

0

There are 0 best solutions below