nicolaslopezj / searchable

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

search by wild cards #146

Open amirgee007 opened 6 years ago

amirgee007 commented 6 years ago

hi is there any way to search text via the wild card. like this ->where('post_type', 'like', '%'.$string.'%')

if I have data in database amirgee007 then I search amir it must be show result for this but it won't is there any quick way to get these results?

isneezy commented 6 years ago

Hi @amirgee007 i think this library does the job by default

amirgee007 commented 6 years ago

fine. but i have data in clumn amirgee007 and i search amir it said no record. its mean working or not. but i write amirgee007 it gives me record.

Cookizza commented 6 years ago

I am having this issue also...

putchi commented 5 years ago

It will work if you'll give the columns (that you wish to search by wild cards) a bigger priority.