Hi!
Are there any possibilities to search only in movie titles?
My problem is I'm getting irrelevant results when I'm using the /search/movie
option.
For example:
https://api.themoviedb.org/3/search/movie?api_key=<my_api_key>&language=en_US&query=Aliens&year=1986
And I'm getting 2 results. One of them is a strange result:
{
"poster_path": "/aFH1zXuPQ2lGt09QlszmsnRtgA9.jpg",
"adult": false,
"overview": "Scientists create a resonator to stimulate …",
"release_date": "1986-06-05",
"genre_ids": [
27,
878,
14
],
"id": 14510,
"original_title": "From Beyond",
"original_language": "en",
"title": "From Beyond",
"backdrop_path": "/kgici5fakunP1icF0M2VPFgXAZR.jpg",
"popularity": 1.357001,
"vote_count": 35,
"video": false,
"vote_average": 6.01
}
Etkö löydä elokuvaa tai TV-ohjelmaa? Kirjaudu sisään lisätäksesi se.
Haluatko pisteyttää vai lisätä tämän nimikkeen listaan?
Ei rekisteröitynyt jäsen?
Vastaus käyttäjältä Travis Bell
29 syyskuu 2016 klo 2:06PM
Search currently searches three fields, the original title, all translated titles as well as all alternative titles. All weighted in this order so Aliens (the 1986 movie you're looking for) comes up first.
In this particular case, the German translation is matching and it happens to be released in 1986 so you're seeing both hits.
There's no way around this right now, and if you were German you'd appreciate seeing the result because that might be the movie you're looking for.
Future search versions will have the ability to specify a search language and ignore everything else. This is planned.
Vastaus käyttäjältä Gergely Iharosi
29 syyskuu 2016 klo 2:26PM
Thanks for the detailed explanation Travis! :-)
Vastaus käyttäjältä Deekan142
11 joulukuu 2016 klo 11:19AM
has this been fixed yet? I am having the same problem, thanks
Vastaus käyttäjältä Travis Bell
11 joulukuu 2016 klo 11:37AM
Hi @Deekan142 No. While a completely re-factored search is planned, it's not scheduled to be worked on for a few more months... maybe longer. It's a relatively low priority.