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
Hi, guys.
Trying to search any Russian word and get error: mb_stripos(): Empty delimiter on …\user\plugins\simplesearch\simplesearch.php 243.
mb_stripos(): Empty delimiter
…\user\plugins\simplesearch\simplesearch.php 243
Problem in function matchText line 243:
$result = mb_stripos(iconv('UTF-8', 'ASCII//TRANSLIT//IGNORE', $haystack), iconv('UTF-8', 'ASCII//TRANSLIT//IGNORE', $needle));
If I rollback simplesearch.php on previous version (plugin version 1.9.3, where not used matchText function) search for Russian words works fine.
Could you fix this issue?
The text was updated successfully, but these errors were encountered:
Turn off Ignore accented characters in the plugin configuration.
Ignore accented characters
Sorry, something went wrong.
Fallback to regular search if searching with `ignore_accented_charact…
a5b5786
…ers` on an unsupported charset raises an exception [#107]
Should be solved in the next release
No branches or pull requests
Hi, guys.
Trying to search any Russian word and get error:
mb_stripos(): Empty delimiter
on…\user\plugins\simplesearch\simplesearch.php 243
.Problem in function matchText line 243:
If I rollback simplesearch.php on previous version (plugin version 1.9.3, where not used matchText function) search for Russian words works fine.
Could you fix this issue?
The text was updated successfully, but these errors were encountered: