is the end_date inclusive or exclusive?
for example if I want to fetch data only for yesterday (2015-12-26) is "start_date=20151226&end_date=20151227" correct?
If I set "start_date=20151226&end_date=20151226" I get nothing.
many thanks, michael
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 28 de diciembre de 2015 a las 10:36
Hi Michael,
My queries are
lte
andgte
so inclusive.One thing I'm not clear on is whether you're formatting your query with the params you posted above as those are incorrect. You'd be looking for this (which returns 1068 results):
Cheers.
Contestado por Michael
el 28 de diciembre de 2015 a las 11:12
it's an formation issue here. it was interpreting _ for itallic.
if it's
lte
andgte
shouldn'tstart_date=2015-12-27&end_date=2015-12-27
work?many thanks, michael