laravel-scout-mysql-driver
laravel-scout-mysql-driver copied to clipboard
Search within multiple tables/models
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.
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?