If I'm trying to search a text[ ] column, do I wan...
# orm-help
g
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
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 🙂
g
Gotcha, thank you!
🙌 1