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
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 28 décembre 2015 à 10h36
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.
Réponse de Michael
le 28 décembre 2015 à 11h12
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