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
ilike filters are used commonly to do basic case insensitive search.
add ilike filter behind a feature gate for supported databases to column expressions
adding lower on both the term and the parameter #672
The text was updated successfully, but these errors were encountered:
This already exists: https://docs.rs/sea-query/latest/sea_query/extension/postgres/trait.PgExpr.html#method.ilike
Sorry, something went wrong.
oh I am so sorry. I think my local version did not had the feature enabled.
No branches or pull requests
Motivation
ilike filters are used commonly to do basic case insensitive search.
Proposed Solutions
add ilike filter behind a feature gate for supported databases to column expressions
Current Workarounds
adding lower on both the term and the parameter #672
The text was updated successfully, but these errors were encountered: