We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In mysql, LIKE accept both upperCase and lowerCase but for Postgres, we need use iLike.
LIKE
iLike
The text was updated successfully, but these errors were encountered:
I also need this functionality. Is there any workaround to do this using the "cont" filter?
Sorry, something went wrong.
fix(request,typeorm): added new query search operators for case-insen…
299c0ae
…sitive db queries fix #77, #212
bac42f8
…sitive db queries fix nestjsx#77, nestjsx#212
ILIKE
No branches or pull requests
In mysql,
LIKE
accept both upperCase and lowerCase but for Postgres, we need useiLike
.The text was updated successfully, but these errors were encountered: