Y
Hacker News
new
|
ask
|
show
|
jobs
by
threecreepio
5409 days ago
Then why does 100000..100000 get the same error? Not a huge span, and not likely to contain anything all too sensitive.
1 comments
buro9
5408 days ago
A six-digit lower end of the range seems to be the point at which they reject range searches (or it errors, perhaps by exception).
This range works: 99999..1000000
Increment that first digit and it will fail though.
link
This range works: 99999..1000000
Increment that first digit and it will fail though.