Skip to content

Fix product versions split across pages when using collapsible grouping#480

Open
utkarshasinha wants to merge 1 commit intoaboutcode-org:mainfrom
utkarshasinha:fix/product-version-pagination-grouping
Open

Fix product versions split across pages when using collapsible grouping#480
utkarshasinha wants to merge 1 commit intoaboutcode-org:mainfrom
utkarshasinha:fix/product-version-pagination-grouping

Conversation

@utkarshasinha
Copy link

fixes #460
The product list page splits versions of the same product across different pages. For example, a product with 60 versions shows some on page 1 and the rest on page 2 under separate collapsible groups, which is confusing.

This happens because pagination runs before grouping. Fixed by
grouping all versions first, then paginating the groups.

Signed-off-by: utkarshasinha <utkarsha20005@gmail.com>
@utkarshasinha utkarshasinha force-pushed the fix/product-version-pagination-grouping branch from 8289f98 to df49bef Compare February 18, 2026 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: Product overview page splits product with many versions across pages

1 participant

Comments