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 !
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on জুলাই 23, 2019 at 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.
Reply by Riccardo06452
on জুন 10, 2024 at 2:35 AM
Hi, i know years have passed but do you have any update on this functionality because im having the same issue