-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
For some Movies autofill does not work #47
Comments
The fix for this issue should be reviewed by both @zorchenhimer and myself |
In our current test db the issue is movie 23 which is the emoji only title which apparently gets checked as "". |
util.go:52 is the current culprit of this issue - The Cleaned name regex is omitting non ASCII characters -> Titles without any ascii characters get reduced to "" and the check fails for any autofill after that (should be fixed when the autofill box is checked first) |
Remove the alphanumeric requirement for movie titles. This originally wouldn't allow all-Japanese titles to be added. This relaxes the duplicate check, but that needs some rethinking anyway. See issue #47 Also added a zero length check to the movie title.
This should fix one part of zorchenhimer#47, the movie title validation is still todo.
Since i just checked the issues here is the current status of this issue:
|
At the moment the current not working links are:
The text was updated successfully, but these errors were encountered: