searchable
searchable copied to clipboard
search by wild cards
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?
Hi @amirgee007 i think this library does the job by default
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.
I am having this issue also...
It will work if you'll give the columns (that you wish to search by wild cards) a bigger priority.