Closed shigeki closed 12 years ago
Thanks for looking into this reviewing your pull request.
Thanks for the catch.
Is the reason why this is closed because my patch are not accepted after your code review?
Oops - wrong button.
Thanks for merge. Never mind. I've ever used to do it before.
Example of twitter search in the example page was failed as below because the offset parameter is missing. I add the offset parameter as 2 in the example and also put uri.removeEmptyParams() in twitter.js to work even when the offset or other parameters are missing.
http://ql.io/console?s=select%20id%20as%20id%2C%20from_user_name%20as%20user%2C%20text%20as%20text%0A%20%20from%20twitter.search%20where%20q%20%3D%20%22ql.io%22%20limit%205
{
}