Comment on You can't google 9999999..99999999999999999999999parentComments−threecreepio15yThen why does 100000..100000 get the same error? Not a huge span, and not likely to contain anything all too sensitive.−buro915yA 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..1000000Increment that first digit and it will fail though.
Comments
Then why does 100000..100000 get the same error? Not a huge span, and not likely to contain anything all too sensitive.
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.