Area: Product
Sub-Area: Search Pagination
Issue
When navigating through search results and attempting to view the last page of results, the page would fail to load properly, showing blank content or indefinitely loading. This issue made it impossible to access datasets or entities that appeared on the final pages of search results.
You Might Be Asking:
- Why won't the last page of search results load?
- How can I access datasets at the end of search results?
- Is there a limit to search pagination?
Solution
The search pagination logic has been fixed to properly handle the last page of results. The issue was related to how the pagination offset was calculated for the final page.
Search now properly handles: - Navigation to the last page via "Last" button - Direct page number entry for the final page - Accurate total result counts - Proper handling of edge cases in result sets
Additional Notes
Fixed in version v0.3.12. If you experience continued pagination issues, try adjusting your results-per-page setting or using more specific search filters to reduce the total result count.
Related Documentation
Tags:
search, pagination, ui, last-page, loading, bug-fix, v0.3.12