fulltext argument missing
Why
@@fulltext
argument is missing here? I am using MySQL and "prisma": "^6.1.0"
Docs: https://www.prisma.io/docs/orm/prisma-client/queries/full-text-searchFull-text search (Preview) | Prisma Documentation
This page explains how to search for text within a field.

2 Replies
You selected the carefully hand-crafted route. A dev artisan will respond soon. Meanwhile, the
#ask-ai
channel awaits if you're curious!Hey @T4u
Can you try adding
@@fulltext([test])
and check if you get the error after you write the whole attribute?
It seems that this could be an issue with VS Code extension not identifying the parameter.