aarondfrancis / fast-paginate

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

where has problem #49

Closed usback closed 1 year ago

usback commented 1 year ago

I'm running into a problem when using fastPaginate with two where clauses. like this $query = some::where("where_array")->fastPaginate($limit);

aarondfrancis commented 1 year ago

Can you provide more information? Perhaps a code snippet or a failing test case? Thanks!