Hi @IIOS Since you're using the release_date filters, it's looking at for any item that has a single release date in your range, while there might be others from different countries that have one before then.
You can use the primary_release_date.gte and primary_release_date.lte filters to only look at the single primary release date instead. You could also add the new region filter which will also restrict your results to only a certain country.
Reply by Travis Bell
on January 12, 2017 at 10:13 ก่อนเที่ยง
Hi @IIOS Since you're using the
release_date
filters, it's looking at for any item that has a single release date in your range, while there might be others from different countries that have one before then.You can use the
primary_release_date.gte
andprimary_release_date.lte
filters to only look at the single primary release date instead. You could also add the newregion
filter which will also restrict your results to only a certain country.Reply by IIOS
on January 12, 2017 at 5:43 หลังเที่ยง
Thanks, :)