I'll see "about 180 pages" at the top, but at the bottom there are only two pages to choose from (10 results per page)... there were only 17 results (in this case) ...
I haven't looked lately, but when this happens is it by an order of magnitude? It could be as simple as the estimate is off by a 0 somewhere and it's not that important to go find out where the 0 is being added to the top of the page, which would mean the initial estimate was 18 and the actual number of results they put together when you requested the second set of results was 17... Only off by 1.
I'm sure I've noticed something along those lines that on a site or two I've coded and thought, 'Yeah, I'll track that down in the 3,000 lines of PHP I'm working on
right now instead of waiting until everything is getting updated or the important stuff is finished... NOT!' LOL.
Really, been there, done that and the funny thing is those glitches always seem like the least important part to me, but always seem to be the first thing people ask about...
Them: 'Hey, why isn't that little part right?'
Me: (Shaking my head thinking to myself it takes 3000 lines of code to make this page happen and it's faster than most static sites and you really think it's important there's an extra 0 there for some reason? I know why they invented preg_replace() ... ) 'Oh, I'll get that in a minute...'
Anyway, just thought I'd share some of the fun of the little glitches from the side of the people writing the code. It might not be why it's off, but it could...
[edited by: TheMadScientist at 4:54 am (utc) on Feb 26, 2010]