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 !
Kan du ikke finde en film eller TV-serie? Log in og opret den.
Want to rate or add this item to a list?
Ikke medlem?
Svar af Travis Bell
d. 23 july 2019 kl. 12:52 PM
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.
Svar af Riccardo06452
d. 10 juni 2024 kl. 2:35 AM
Hi, i know years have passed but do you have any update on this functionality because im having the same issue