nicolaslopezj / searchable

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

it doesn't support Chinese(UTF-8) in laravel5.4? #134

Open dishcheng opened 7 years ago

andreich1980 commented 7 years ago

What type of database do you use? The package uses LOWER SQL function to compare strings. You could catch the query with laravel-debugbar and see what is the problem.