Skip to content

Widen operator method parameters from Criteria to CriteriaDefinition#5171

Open
seonghyeoklee wants to merge 1 commit intospring-projects:mainfrom
seonghyeoklee:gh-3895
Open

Widen operator method parameters from Criteria to CriteriaDefinition#5171
seonghyeoklee wants to merge 1 commit intospring-projects:mainfrom
seonghyeoklee:gh-3895

Conversation

@seonghyeoklee
Copy link

Update orOperator, norOperator, andOperator and their Collection overloads to accept CriteriaDefinition instead of Criteria. This allows mixing different CriteriaDefinition implementations such as Criteria and TextCriteria in logical operators.

Closes gh-3895

Update orOperator, norOperator, andOperator and their Collection
overloads to accept CriteriaDefinition instead of Criteria. This
allows mixing different CriteriaDefinition implementations such as
Criteria and TextCriteria in logical operators.

Closes spring-projectsgh-3895

Signed-off-by: seonghyeoklee <rfrg312@naver.com>
Signed-off-by: seonghyeoklee <dltjdgur327@gmail.com>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Mar 2, 2026
@mp911de mp911de added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Mar 2, 2026
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 this pull request may close these issues.

Add support for CriteriaDefinition on $or operator

4 participants