-
Notifications
You must be signed in to change notification settings - Fork 3
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
(enhance) add ability to suggest shows with same name #32
Comments
another example: "The Office" |
#44 fixed "The Sopranos", but NOT "The Office" |
Ok, still showing 2 suggestions for "The Office" because it's showing the US and UK versions. However, whichever the end-user clicks on, the US version is shown because we're just using the show name to get graph data ...possible solution is: // checking search suggestions for duplicates ...the above would take some time, so I'll be doing a patch that just excludes shows with duplicate names |
#51 patches this, but should be improved |
(patch #32) Do not suggest multiple shows of the same name
Eg, try searching "sopranos"...you get 2 instances of "The Sopranos" which seem the same inasmuch as they render the same on the graph (i haven't looked at the actual JS objects yet...)
The text was updated successfully, but these errors were encountered: