How can I retrieve the _matchingData with the leftJoinWith method and distinct so that it doesn’t repeat the primary key records?
*JoinWith()
doesn’t provide _matchingData
, only matching()
does, and even then it will only ever hold one match per association alias, not all matches.