Stephan Deumier
Stephan Deumier
Hey :wave: Any news on this one ?
` @@fulltext` seem to be only for MySQL & MongoDB, unfortunately I am on PostgreSQL... 3.6.0 still concatenate in query when using two field thought, but I am not sure...
While it's more complex a "hidden" generated column + index might be the solution as the [doc](https://www.postgresql.org/docs/current/textsearch-tables.html#TEXTSEARCH-TABLES-INDEX) suggest for index usage
> I've been using alembic to create all my database assets queried by prisma instead of the built in prisma migrations. Will prisma use my GIN indexes if I create...
Thanks for this one 🔥 But some problems with index cf #8950