aarondfrancis / fast-paginate

A fast implementation of offset/limit pagination for Laravel.
MIT License
1.21k stars 56 forks source link

Noticing no difference #56

Closed roblesterjr04 closed 12 months ago

roblesterjr04 commented 12 months ago

I have confirmed that nothing is changing in queries. By using "clockwork" I determined the paginators aggregate query is still running exactly the same, query hasn't changed at all.

image image
roblesterjr04 commented 12 months ago

From digging in to your code, i determined it was the group by statement (which i determined wasn't necessary anyway) that needed to be removed. its working now, thanks!!!