lonnieezell / Bonfire2

CodeIgniter 4-based application skeleton
MIT License
127 stars 49 forks source link

Fix error when filtering by empty user group #456

Closed daracorcoran closed 4 months ago

daracorcoran commented 4 months ago

Proposed fix for #446. The second query appears to be causing the issue, and a second query seems unnecessary to remove duplicates when we can use distinct or group by user id.