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?
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Inmatrix
بتاريخ نوفمبر 13, 2017 في 5:40 صباحا
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.
رد بواسطة Travis Bell
بتاريخ نوفمبر 13, 2017 في 11:09 صباحا
I'm not sure, I'm seeing your first one in my search: https://gist.github.com/travisbell/49ea8c8e5a71f64f43032a346ab8b72f
رد بواسطة Inmatrix
بتاريخ نوفمبر 13, 2017 في 2:45 مساءا
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?
رد بواسطة Travis Bell
بتاريخ نوفمبر 13, 2017 في 3:17 مساءا
Isn't the second result the item you're looking for? ID: 49642?
Search does query the alternative titles.
رد بواسطة Inmatrix
بتاريخ نوفمبر 14, 2017 في 6:35 صباحا
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)?
رد بواسطة Travis Bell
بتاريخ نوفمبر 14, 2017 في 10:22 صباحا
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.
رد بواسطة Inmatrix
بتاريخ نوفمبر 14, 2017 في 3:28 مساءا
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.
رد بواسطة Travis Bell
بتاريخ نوفمبر 14, 2017 في 3:45 مساءا
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).
رد بواسطة Inmatrix
بتاريخ نوفمبر 15, 2017 في 7:59 صباحا
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.