-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Repository - findBy<Field>IgnoreCase doesnt work [DATAMONGO-770] #1700
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
Comments
regis commented The bug seems to be there since 1.2.x |
regis commented Whats happening ? Do you need unit test ? |
Oliver Drotbohm commented
|
regis commented It should be great to specify in documentation what is supported like in jpa data |
Thomas Darimont commented Added PR: #78 |
Thomas Darimont commented Please revise |
I could not find the IgnoreCase query keyword in the documentation and I wonder what happened with this feature request in the milestone |
@ps-tunnelsoft the Codd release train has reached EOL already quite some time ago. You can find supported keywords (may vary depending on the store implementation) in the appendix. |
@christophstrobl I just tested it and IgnoreCase keyword works but it isn't in the list of supported keywords |
I see - it's missing in the |
regis opened DATAMONGO-770 and commented
I create a simple user document with an email field,
Here my repository
its working - i find a user document with
its NOT working - i dont find a user document with
I also try with the firstname it also doesnt work
Here my logs
I m using spring-data-mongodb 1.3.1
mongodb 2.4.6
open jdk 7
I try to debug but it is in spring-data-common where it is handle the findBy stragegy lookup
PS: right now im using Query DSL to handle this
Affects: 1.3 GA, 1.3.1
Referenced from: commits e8a303b, fe41202
The text was updated successfully, but these errors were encountered: