With Kysely, does anyone know if it’s possible to ...
# help
r
With Kysely, does anyone know if it’s possible to build a MySQL query that includes reference to a FULLTEXT index using
MATCH() AGAINST() ?
t
you can always fallback to using raw sql
r
Ok, cool. I’ll give it a try