Open ZacharyRSmith opened 9 years ago
another example: "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 // if dup // make API call using OMDB to get IMDB id (refactor getAllSeasons() to use id instead of title)
...the above would take some time, so I'll be doing a patch that just excludes shows with duplicate names
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...)