Hacker News new | ask | show | jobs
by nddrylliog 5127 days ago
The http://www.themoviedb.org/ are doing an amazing job. Using their V3 API right now, it's very nicely designed.
1 comments

Impressive. Your autocomplete suggestions are high quality, even in foreign languages. May I ask how you are ranking suggestions results? It can't simply be the TMDB api, right?
Right now our search/suggestions is a direct API request to TMDb. Yes, they are that good (props to Fanhattan).

Re: foreign languages, they store very tidy information about all the available titles (basically a mapping from ISO 3166-1 to the title), cf. http://help.themoviedb.org/kb/api/movie-alternative-titles

Thanks for the feedback!

Thanks for sharing!