Skip to content
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

Closed
filatovvo opened this issue Mar 11, 2018 · 5 comments
Closed

Comments

@filatovvo
Copy link
Contributor

ScreenShot1
ScreenShot2

@othmar52
Copy link
Owner

othmar52 commented Mar 11, 2018

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 charset_table configuration of sphinx has to be extended!?

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 :)

@filatovvo
Copy link
Contributor Author

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

@filatovvo
Copy link
Contributor Author

Your commit 9f28a64 not enough

@see #70

@filatovvo
Copy link
Contributor Author

Now Everything is Good On This Issue

Issue Can Be closed after PR. #70

@othmar52
Copy link
Owner

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants