Invalid JoinType in QueryByExamplePredicateBuilder when using MatchMode ANY #3763
Labels
status: waiting-for-feedback
We need additional information before we can continue
type: bug
A general bug
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 usingMatchMode.ANY
.The join should be a left join when using
MatchMode.ANY
and only an inner join when usingMatchMode.ALL
.Here is a reproducer :
https://github.com/ArnaudLec/query-by-example-join-match-any-bug
The text was updated successfully, but these errors were encountered: