Using the "release_date.gte" parameter doesn't modify the results as expected. You can test this yourself outside of the API by going to the popular movies tab on TMDB, putting in a minimum year, and then sorting by Release Date Ascending, you'll see movies from 1900's instead of movies of only year 2000 and beyond. Using the network tab on your browser's inspector, you can see that the release_date.gte parameter is being sent, but the results aren't being filtered correctly.
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 30 juillet 2023 à 11h37
If you use the
release_date.gte
filter you will want to also make sure you are using theregion
filter. Without it, you’re searching all release dates in all countries and you’ll see on those items they have release dates for things like re-releases or physical dates etc.The alternative option is to use
primary_release_date.gte
. This filter will only filter by the single primary date.Réponse de LeoIndu
le 29 décembre 2023 à 03h06
we cant retrieve from keywords.. actually entire advance filtering doesnt work.. sends the same results
Réponse de Travis Bell
le 29 décembre 2023 à 03h13
@LeoIndu Please create a new thread detailing your question. Your problem has nothing to do with this one.