protonemedia / laravel-cross-eloquent-search

Laravel package to search through multiple Eloquent models. Supports sorting, pagination, scoped queries, eager load relationships and searching through single or multiple columns.
https://protone.media/blog/search-through-multiple-eloquent-models-with-our-latest-laravel-package
MIT License
1.1k stars 80 forks source link

[feature] Add limit and offset methods #71

Open Freezon opened 2 years ago

Freezon commented 2 years ago

PR inspired by #65 Added code + tests + documentation

pascalbaljet commented 1 year ago

Hey, thanks for the PR! Could you undo all the changes that are not part of the limit/offset implementation? It makes it really hard to see what's changed.

OccultScientist commented 1 year ago

Hi, is this being merged soon, I could really do with the limit functionality. Thanks!

diego-lipinski-de-castro commented 1 year ago

Can this be merged?