Kapetis / otterapi

Automatically exported from code.google.com/p/otterapi
0 stars 0 forks source link

Mindate/Maxdate specification not working #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Conduct a /search query
2. Add the mindate/maxdate optional parameters (in Unix date format)

What is the expected output? What do you see instead?
Expect a JSON response containing tweets only within specified dates, but 
instead getting tweets from what seems like random dates all the way back to 
2009

What version of the product are you using? On what operating system?
Topsy Otter on Max OSX

Please provide any additional information below.

Original issue reported on code.google.com by sbu...@newmexicoconsortium.org on 22 Jul 2013 at 7:57

GoogleCodeExporter commented 8 years ago
The correct url parameter names are mintime and maxtime. Can you verify that 
you are using those parameter names?

Original comment by larry.os...@gmail.com on 22 Jul 2013 at 8:14

GoogleCodeExporter commented 8 years ago
Ah wonderful, thank you so much for noticing! Somewhere we must have
altered the url request creation code so I'll go look for that now.

Original comment by sbu...@newmexicoconsortium.org on 22 Jul 2013 at 8:18