I'd like to find all the movies start with A in category "action", for exemple.
but search api doesn't have option with_genres
¿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 27 de marzo de 2014 a las 11:39
Hi gitawego,
You'll want to take a look at the /discover/movie method. You can search for movies via a number of criteria, including genres.
Edit: Not quite, you can't apply phrase/text searches to the discover method. For something like this, you will have to bring the data in house and do this yourself.
Cheers.
Contestado por victorcampeanu
el 12 de junio de 2014 a las 05:27
what do you mean by "bring the data in house" ? i see you using that phrase a lot and i am curious how can we do that
Contestado por Travis Bell
el 12 de junio de 2014 a las 18:26
Hi Victor,
What I mean is to pull the data down yourself and build a system that is best suited for your data locally.
Cheers.
Contestado por victorcampeanu
el 12 de junio de 2014 a las 18:41
i understand now, thanks for being so generous with the data