-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
[Sphinx For Cyrillic] add Cyrillic data to sphinx and Search Form #67
Comments
I can confirm the issue in screenshot2 and i have no idea why sphinx does not handle those characters correctly othmar52@machine ~ $ mysql -P9306 --protocol=tcp
mysql> SELECT itemuid,artist FROM slimpdmain WHERE itemuid=1178169;
+---------+--------------+
| itemuid | artist |
+---------+--------------+
| 1178169 | 細野晴臣 |
+---------+--------------+
1 row in set (0,00 sec)
mysql> SELECT * FROM slimpdmain WHERE MATCH('@artist "細野晴臣"');
Empty set (0,01 sec) regarding to sphinxforum the In general it would be great to add a short description to opened issues instead of limiting to screenshot-links. Further one single task/bug/whatever per issue would be great :) |
I`ll give a try ;) I`m pulling master branch now after pull request, then i try to clean rescan all my library for testing last your commits |
Now Everything is Good On This Issue Issue Can Be closed after PR. #70 |
Thank you! |
ScreenShot1
ScreenShot2
The text was updated successfully, but these errors were encountered: