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.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ ديسمبر 6, 2016 في 12: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?
رد بواسطة sapanesh
بتاريخ ديسمبر 6, 2016 في 12: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 --
رد بواسطة Travis Bell
بتاريخ ديسمبر 6, 2016 في 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?
رد بواسطة sapanesh
بتاريخ ديسمبر 7, 2016 في 12:23 صباحا
Ok Now got it ..Thanks ...we can close this discussion
رد بواسطة sapanesh
بتاريخ ديسمبر 7, 2016 في 2: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
رد بواسطة Travis Bell
بتاريخ ديسمبر 7, 2016 في 1:54 مساءا
You should take a read through the append_to_response documentation. You can append sub requests to your primary request like so:
Cheers.