You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default prisma behavior without mode param is mode: sensitive, but I think the filter query should be case insensitive, like #5, to make the searching experience easier.
Why it has been removed? I think the ideal would be to make it configurable.
The text was updated successfully, but these errors were encountered:
@VladyslavParashchenko this would probably require some runtime checks for database driver to make sure it supports mode: 'insensitive'. Ideally Prisma would just ignore this param if it's not supported instead of throwing error though.
Hi everyone!
The default
prisma
behavior without mode param ismode: sensitive
, but I think the filter query should be case insensitive, like #5, to make the searching experience easier.Why it has been removed? I think the ideal would be to make it configurable.
The text was updated successfully, but these errors were encountered: