Given a search which returns several pages of results, it's possible to step through the pages by clicking the on the numbers or > at the bottom.
Result Page: 1 2 3 4 5 6 7 8 9 10 >
As I do, the page number in the URL increases
//search.diynot.com/forum_search.php ... {blahblahblah} ... &page=10
But manually changing the page number in the URL so as to skip forward faster doesn't work - I get
Query failed: Your query contains invalid characters or in invalid search pattern. Please try again.
Why is this? (It's not, BTW, because I've tried to go past the last page of results).
Result Page: 1 2 3 4 5 6 7 8 9 10 >
As I do, the page number in the URL increases
//search.diynot.com/forum_search.php ... {blahblahblah} ... &page=10
But manually changing the page number in the URL so as to skip forward faster doesn't work - I get
Why is this? (It's not, BTW, because I've tried to go past the last page of results).