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.
Не можете найти фильм или сериал? Войдите на сайт, чтобы добавить его.
Хотите поставить оценку или добавить в список?
Нет аккаунта?
Ответ от Travis Bell
, 17 июня 2024 в 10:45
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.