We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I couldn't filter unicode strings in the backend. Maybe it's better to use mb_strtolower() instead to the non multi bye version
mb_strtolower()
app\fuel\modules\fuel\models\Base_module_model.php:455
array_push($$joiner_arr, 'LOWER('.$key.') LIKE \'%'.mb_strtolower($val).'%\'');
The text was updated successfully, but these errors were encountered:
Fix for issue #479 strtolower to mb_strtolower
5ed1b3a
No branches or pull requests
I couldn't filter unicode strings in the backend.
Maybe it's better to use
mb_strtolower()
instead to the non multi bye versionapp\fuel\modules\fuel\models\Base_module_model.php:455
The text was updated successfully, but these errors were encountered: