Full-Text Search
hakan-andersson opened this issue · 2 comments
hakan-andersson commented
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.
jeffgbutler commented
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
hakan-andersson commented
Thanks for the help.