If I'm trying to search a text[] column, do I want to use something like column_name: { contains: [search_text]} in the where clause?
r
Ryan
01/15/2021, 6:44 AM
Hey @glenn 👋
Currently this isn’t supported by Prisma so a workaround would be to use a raw query. Do add a 👍 on this request so that we can set the priority 🙂