searchable icon indicating copy to clipboard operation
searchable copied to clipboard

search by wild cards

Open amirgee007 opened this issue 7 years ago • 4 comments

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?

amirgee007 avatar Oct 29 '17 12:10 amirgee007

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

isneezy avatar Oct 30 '17 08:10 isneezy

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.

amirgee007 avatar Oct 30 '17 10:10 amirgee007

I am having this issue also...

Cookizza avatar Sep 10 '18 08:09 Cookizza

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

putchi avatar Nov 05 '18 15:11 putchi