-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
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
How to perform a case insensitive search? #42
Comments
Hi @boop5 Apologies for the delay in responding to this... What is it you are currently trying, using your example above you should be able to do the following... The important thing is to use
|
Hi @boop5, Was just looking back on this and I think I now understand the issue. For I will give this a couple of days, but otherwise assuming this addresses your point, I will close this down |
Hi @ninjanye ,
I'm using CosmosDB as a backend, whcih is Case Sensitive by default. Adding RIght now my workaround is
Which is not optimal because it requires a scan instead of using an index. |
Hello @ninjanye, I'm using SQLite (case-sensitive by default) as a backend an it would also be really useful to have |
I want to ignore the case when using
Containg
orContainigAll
. ButSetCulture
is not available. Is the documentation outdated or am I doing something wrong?Simplified example of what I'm doing
I'm searching on an EfCore
DbSet
which inherits fromIQueryable
The text was updated successfully, but these errors were encountered: