mybatis/mybatis-dynamic-sql

Full-Text Search

hakan-andersson opened this issue · 2 comments

Hi
Is it possible to add support for Full-Text Search?
not sure if it's supported by more than Mysql but it would be nice to have.

You should be able to accomplish this by writing a custom function. There's documentation here: https://mybatis.org/mybatis-dynamic-sql/docs/extending.html#writing-custom-functions

Thanks for the help.