spatie / laravel-query-builder

Easily build Eloquent queries from API requests
https://spatie.be/docs/laravel-query-builder
MIT License
4.06k stars 397 forks source link

Using 'use_simple_pagination' breaks appends #632

Closed francoism90 closed 3 years ago

francoism90 commented 3 years ago

I was wondering why my appends wouldn't work, turns out using 'use_simple_pagination' => true, causes this to happen. Is this is a know limitation? Can it be fixed? :)

Thanks.

freekmurze commented 3 years ago

Thanks for the PR