Hi, for some reason, some movies are not coming up on search results even if their name is correctly listed under "alternative titles",
Here's an example: http://api.themoviedb.org/3/search/movie?api_key=[mykey]&query=Drunken%20Master%20II
Doesn't return "The Legend of Drunken Master" : https://www.themoviedb.org/movie/12207
Even though "Drunken Master II" is listed as an alternative title.
Any ideas?
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da Inmatrix
il 13 novembre, 2017 alle 5:40AM
Another example: http://api.themoviedb.org/3/search/movie?api_key=[mykey]&query=Ying%20xiong
Doesn't bring up: https://www.themoviedb.org/movie/79
Even though "Ying xiong" is listed as an alternative title.
Risposta da Travis Bell
il 13 novembre, 2017 alle 11:09AM
I'm not sure, I'm seeing your first one in my search: https://gist.github.com/travisbell/49ea8c8e5a71f64f43032a346ab8b72f
Risposta da Inmatrix
il 13 novembre, 2017 alle 2:45PM
It's not returning with a title of "Drunken Master II" which is what I'm checking against to make the match, what I'm ending up with is "Drunken Master III" which is the closest name match.
Is there a way to get the search query to return the alternative titles?
Risposta da Travis Bell
il 13 novembre, 2017 alle 3:17PM
Isn't the second result the item you're looking for? ID: 49642?
Search does query the alternative titles.
Risposta da Inmatrix
il 14 novembre, 2017 alle 6:35AM
No, I'm looking for the first entry, but I need to somehow access the alternative titles. Is it possible to add a field to the search query result to include all alternative titles or at least alternative titles for a specified language (e.g. english)?
Risposta da Travis Bell
il 14 novembre, 2017 alle 10:22AM
Gotcha, unfortunately there isn't really going to be a way to fix your particular situation if you are only looking at the first result.
We do search all titles but the fields are all weighted slightly differently. In order of most weight to lowest we search the following fields:
There's also some weighting that is done with things like the popularity.
There is some planned work so be able to search your session language better but this work has not been completed.
Risposta da Inmatrix
il 14 novembre, 2017 alle 3:28PM
Hi Travis,
I'm not sure you understood me.
What I meant is something like this: http://api.themoviedb.org/3/search/movie?api_key=[mykey]&query=Ying%20xiong&alttitle=true
And the JSON reply would include an additional alt-title array for each movie result.
Or something even better : http://api.themoviedb.org/3/search/movie?api_key=[mykey]&query=Ying%20xiong&alttitle=true&lang=en
To only show alternative titles that are marked as english.
Risposta da Travis Bell
il 14 novembre, 2017 alle 3:45PM
Gotcha.
There aren't any plans to allow custom fields to be displayed for search right now.
There's a separate problem which is that our alternative titles are not mapped to languages but rather countries as that is the primary use for them on TMDb (just to know what other titles they might have been released as in a different location, separate of a translation).
Risposta da Inmatrix
il 15 novembre, 2017 alle 7:59AM
I would like to add this as a feature request then.
As for language issue, it's not a show-stopper, filter by country should be good. This is something that can be potentially exposed to the end-user to help narrow down results.