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.
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 6 de diciembre de 2016 a las 00:38
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?
Contestado por sapanesh
el 6 de diciembre de 2016 a las 00:55
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 --
Contestado por Travis Bell
el 6 de diciembre de 2016 a las 12:35
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?
Contestado por sapanesh
el 7 de diciembre de 2016 a las 00:23
Ok Now got it ..Thanks ...we can close this discussion
Contestado por sapanesh
el 7 de diciembre de 2016 a las 02:06
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
Contestado por Travis Bell
el 7 de diciembre de 2016 a las 13:54
You should take a read through the append_to_response documentation. You can append sub requests to your primary request like so:
Cheers.