laravel4-datatables-package
laravel4-datatables-package copied to clipboard
Issue when searching with UTF8 strings
Theres an error when using the search with characters like ā, ē, č, ū, š, etc... It is because the code uses strtolower instead of mb_strtolower...
It is easily fixed by replacing strtolower function with \Str::lower for example.
made an pull request, need that too .. thanks :+1:
+1, please merge
for fix bug . im find all strtolower function in Bllim\Datatables.php and set mb_strtolower