I have a query:
http://api.stackoverflow.com/1.0/users/16822/comments?sort=votes
This doesn't return comments with no votes, setting min to 0 doesn't work. This query includes them all, but isn't sorted.
|
I have a query: http://api.stackoverflow.com/1.0/users/16822/comments?sort=votes This doesn't return comments with no votes, setting min to 0 doesn't work. This query includes them all, but isn't sorted. |
||||
|
|
|
That's a bug. a naked query should return all comments, you should not have to specify min=0 (which is basically a no-op). |
|||
|
|