πŸ‡ΊπŸ‡ΈUnited States @Clarentina

Account created on 9 April 2016, about 8 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States Clarentina

I experienced the same issue on D9.5 even with the addition of #6. This worked fine on D9.4.

After a bit of debugging, I was able to solve this issue by adding each groupBy field separately to the query.

For example,

$query->groupBy('ttdf.tid, ttdf.name');

now became,

$query->groupBy('ttdf.tid');
$query->groupBy('ttdf.name');
Production build 0.69.0 2024