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.
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 Travis Bell
il 6 dicembre, 2016 alle 12:38AM
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?
Risposta da sapanesh
il 6 dicembre, 2016 alle 12:55AM
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 --
Risposta da Travis Bell
il 6 dicembre, 2016 alle 12:35PM
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?
Risposta da sapanesh
il 7 dicembre, 2016 alle 12:23AM
Ok Now got it ..Thanks ...we can close this discussion
Risposta da sapanesh
il 7 dicembre, 2016 alle 2:06AM
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
Risposta da Travis Bell
il 7 dicembre, 2016 alle 1:54PM
You should take a read through the append_to_response documentation. You can append sub requests to your primary request like so:
Cheers.