Hello,
I have an app where you can search movies by title and then sort them. But one user requested to include genres based search.
The idea is to search with the title and then add genres to "filter" the results.
Or to just select genres and it will show the most popular/latest movies.
I know i can use 'search/movies' to search by title and then filter the results by 'genre_id' and use only the discover/movie when the input for title is empty.
But i would like a better way to do it without splitting the requests, is there any endpoint i can use to make it (something like
search/movies?api_key=***&genres='16,28'&title='Castle'
Where i can remove genres or title and still get results ?
I don't think there is something provided for that but is it planned to or not at all ?
Thanks for the help and have a great day !
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 23 juillet 2019 à 12h52
Hey @tomandrieu, at this time a combination discover with query is not possible although I do have an open ticket to think about this in the future. You can follow/vote for it which help me prioritize my work.
Réponse de Riccardo06452
le 10 juin 2024 à 02h35
Hi, i know years have passed but do you have any update on this functionality because im having the same issue