-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
EXISTS, NOT_EMPTY query filters for the repository #1909
Comments
What exactly are you trying and what is not working? |
findByColumnNameNotNull and findByColumnNameExists |
Note: affected classes: |
Any updates on this issue? I really need to filter my search based on non-empty fields such as "". |
No. Spring Data Elasticsearch is a community driven project, so when issues are implemented depends on someone taking the time to implement it. But there are no dedicated persons working on the project. I am maintaining and coordinating this in my spare time as well. Current my main focus is on preparing Spring Data Elasticsearch for the new Elasticsearch client and to additionally enable access to OpenSearch as well. After that I will go on and work on the existing issues, but as I wrote, it's in my spare time, so I can not say when this issue will be handled. |
Currently, EXISTS and NOT_EMPTY & NOT_NULL query filters don't work for our repository. It should work the same as in JpaRepository. Can we add this feature?
The text was updated successfully, but these errors were encountered: