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

Question: Is there a way to force unique records? #79

Open thecyrilcril opened 1 year ago

thecyrilcril commented 1 year ago

Such as what distint() allows