Hi,
but those word in your keyword search list,but No result coming.
FYI . What we are doing in our app..if select only keyword , not genres etc..then we are using search/movie api instead of discover/movie because we are not getting expected result in discover api.
Thanks.
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 6 décembre 2016 à 00h38
Hi there,
Search only supports searching original, translated and alternative titles, no other fields are used.
What exactly is it you're trying to achieve?
Réponse de sapanesh
le 6 décembre 2016 à 00h55
http://api.themoviedb.org/3/discover/movie?api_key=xxx&include_adult=true&page=1&with_keywords=159910
mob action =159910
but result coming very different.
Are you search keywords in which fields ?
Response --
Réponse de Travis Bell
le 6 décembre 2016 à 12h35
I think I need to clarify the way
with_keywords
works. That is just a relational search for all of the movies with the keyword added. It's the same as going to the keyword page here on TMDb:https://www.themoviedb.org/keyword/159910/movie
Which you'll see there is only 2 movies with that keyword. This matches what I am seeing on your discover query.
Does that make more sense now?
Réponse de sapanesh
le 7 décembre 2016 à 00h23
Ok Now got it ..Thanks ...we can close this discussion
Réponse de sapanesh
le 7 décembre 2016 à 02h06
Hi,
We decided to show keywords in movie details screen in our app..but in movie detail api we didn't get keywords array... please how we can do this ?
http://api.themoviedb.org/3/movie/408102?api_key=XXX
Thanks
Réponse de Travis Bell
le 7 décembre 2016 à 13h54
You should take a read through the append_to_response documentation. You can append sub requests to your primary request like so:
Cheers.