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.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ يوليو 30, 2023 في 11:37 صباحا
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.رد بواسطة LeoIndu
بتاريخ ديسمبر 29, 2023 في 3:06 صباحا
we cant retrieve from keywords.. actually entire advance filtering doesnt work.. sends the same results
رد بواسطة Travis Bell
بتاريخ ديسمبر 29, 2023 في 3:13 صباحا
@LeoIndu Please create a new thread detailing your question. Your problem has nothing to do with this one.