aarondfrancis / fast-paginate

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

fix not returning results for scout mixin #31

Closed Naoray closed 2 years ago

Naoray commented 2 years ago

Atm all fastPaginate() searches with Scout return null. This PR fixes it.

aarondfrancis commented 2 years ago

Sonofa. Good catch, thank you! I added a test to ensure I don't undo this. I appreciate the PR :D