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
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de Travis Bell
no 28 de decembro do 2015 ás 10:36AM
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.
Resposta de Michael
no 28 de decembro do 2015 ás 11:12AM
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