As mentioned in the title, using the or search filter for discovering tv shows does not seem to work as expected. The following search returns only results for the year 2024:
https://api.themoviedb.org/3/discover/tv?page=3&watch_region=DE&language=de-DE&sort_by=popularity.desc&with_watch_providers=8|9&with_genres=10767|35|10762|10764|99®ion=DE&with_release_type=3|4|5|6&first_air_date_year=2024|2023|2022&certification_country=DE&certification=0|6|12
The problem had already been explained here but the answer provided works only for a specific date range and not for multiple date ranges or years.
Thanks in advance for your help.
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da Travis Bell
il 17 giugno, 2024 alle 10:45AM
Hi @roland.awemo,
First off, there's multiple filters you have here that are not supported on TV at all. You should clean that up. Second,
first_air_date_year
does not support theAND
/OR
syntax. You can only specify a single year at a time:Cheers.