-
Bug
-
Resolution: Fixed
-
Minor
-
3.0.9, 3.0.10-RC1, 3.0.10-RC2
-
None
Search system seems to be not handling max $start value for certain search types. Namely, if search_id is set and $start is out of range, user gets a page with no search results but with pagination which depends on the $start value.
Confirmed for search_id=unanswered, search_id=newposts, search_id=unreadposts at least.
Example:
_http://www.phpbb.com/community/search.php?search_id=newposts&start=9999999
|
Reported by RMcGirr83, clarified by Erik Frèrejean.