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.
Risposta da Travis Bell
il 12 gennaio, 2017 alle 10:13AM
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.Risposta da IIOS
il 12 gennaio, 2017 alle 5:43PM
Thanks, :)