nicolaslopezj / searchable

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

Possible to return unique values? #130

Open notflip opened 7 years ago

notflip commented 7 years ago

I'm wondering if it's possible to return unique value's?

isneezy commented 7 years ago

I think you can use the distinct() function on the query builder to achieve this! Ex Model::search()->distinct()