nicolaslopezj / searchable

A php trait to search laravel models
MIT License
2.01k stars 291 forks source link

Is it possible to search a collection returned from a model method with this? #205

Open marbuser opened 4 years ago

marbuser commented 4 years ago

Title says it all really.

If I have a model User and I have a method that returns their github profile, is it possible for me to incorporate this github collection into the search as well?

trijulio commented 4 years ago

You can manually merge the collection, but seems this only affects the query