Closed basvandertogt closed 2 years ago
Is it possible to search within multiple tables/models and get the result in a singel collection? I can't find something about it in the manual.
For get results in single collection use mysql union. Tutorial is here
@kolotovio So need to use laravel query builder without $model->search()?
Has anyone found a solution to this?
Is it possible to search within multiple tables/models and get the result in a singel collection? I can't find something about it in the manual.