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.09k stars 80 forks source link

Load models only by id in getModelsPerType() #81

Closed netzknecht closed 1 year ago

netzknecht commented 1 year ago

There is no need to use other query conditions (e.g. local and global scopes) here again, it's sufficient enough to load the models by id.