-
Notifications
You must be signed in to change notification settings - Fork 34
Series import: Sao Tome and Principe is detected as San Marino in Russian #1228
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
Comments
It only happens when it's written as "Сан Томе и Принсипи" and works correctly with "Сан-Томе и Принсипи". |
The same issue with "Saint Kitts and Nevis" that is mistakenly recognized as "Saint Vincent and the Grenadines":
|
mysql> select id,name from countries where id in (105,121);
+-----+-------------------+
| id | name |
+-----+-------------------+
| 105 | Guinea |
| 121 | Equatorial Guinea |
+-----+-------------------+
2 rows in set (0.00 sec) |
The current idea is when we have 2+ candidates, don't pick the first one blindly but try to append the next word and lookup again. In this case, longer names (with 2+ words) could be detected properly. |
Perhaps, this is different but "Papua New Guinea" has been recognized as "Guinea":
|
Accidentally closed because of a typo in a commit message :( |
Logs:
The text was updated successfully, but these errors were encountered: