Skip to content

Invalid JoinType in QueryByExamplePredicateBuilder when using MatchMode ANY #3763

Closed
@ArnaudLec

Description

@ArnaudLec

Hi,

I stumbled upon a bug when using Example to find objects when matching with both a primitive attribute and an association at the same time when using MatchMode.ANY.

The join should be a left join when using MatchMode.ANY and only an inner join when using MatchMode.ALL.

Here is a reproducer :
https://github.com/ArnaudLec/query-by-example-join-match-any-bug

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions