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 в 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?
Ответ от sapanesh
, 6 декабря 2016 в 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 --
Ответ от 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 в 00:23
Ok Now got it ..Thanks ...we can close this discussion
Ответ от sapanesh
, 7 декабря 2016 в 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
Ответ от Travis Bell
, 7 декабря 2016 в 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.