ErickTamayo / laravel-scout-elastic

Elastic Driver for Laravel Scout
MIT License
916 stars 242 forks source link

How I can search from multiple models in laravel scout? #139

Closed bilalswiftsolutions closed 3 years ago

bilalswiftsolutions commented 4 years ago

In My App i am using laravel scout for searching. For searching from single model i am using

Model::search('absc')->get();

But I want to search from all models how I can do it?

Driver is Elastic search

ErickTamayo commented 3 years ago

AFAIK you need to do that using each model class

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.