P
Prisma2mo ago
T4u

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-search
Full-text search (Preview) | Prisma Documentation
This page explains how to search for text within a field.
No description
2 Replies
Prisma AI Help
Prisma AI Help2mo ago
You selected the carefully hand-crafted route. A dev artisan will respond soon. Meanwhile, the #ask-ai channel awaits if you're curious!
Nurul
Nurul4w ago
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.

Did you find this page helpful?