Skip to content
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

EXISTS, NOT_EMPTY query filters for the repository #1909

Closed
emirUlken opened this issue Aug 26, 2021 · 5 comments · Fixed by #1946
Closed

EXISTS, NOT_EMPTY query filters for the repository #1909

emirUlken opened this issue Aug 26, 2021 · 5 comments · Fixed by #1946
Assignees
Labels
type: enhancement A general enhancement

Comments

@emirUlken
Copy link

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?

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Aug 26, 2021
@sothawo
Copy link
Collaborator

sothawo commented Aug 26, 2021

What exactly are you trying and what is not working?

@sothawo sothawo added the status: waiting-for-feedback We need additional information before we can continue label Aug 26, 2021
@emirUlken
Copy link
Author

findByColumnNameNotNull and findByColumnNameExists

@spring-projects-issues spring-projects-issues added status: feedback-provided Feedback has been provided and removed status: waiting-for-feedback We need additional information before we can continue labels Aug 26, 2021
@sothawo sothawo added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged status: feedback-provided Feedback has been provided labels Aug 26, 2021
@sothawo
Copy link
Collaborator

sothawo commented Aug 26, 2021

Note: affected classes: Criteria, CriteriaQueryProcessor, ElasticsearchQueryCreator

@emirUlken
Copy link
Author

Any updates on this issue? I really need to filter my search based on non-empty fields such as "".

@sothawo
Copy link
Collaborator

sothawo commented Aug 31, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants