Skip to content

[FEATURE] Add Pagination to Search Results #70

@nirmithagp

Description

@nirmithagp

Feature Description

Description

Currently, the search results page loads all matching GitHub issues at once.
This leads to:

Long loading times
High number of API requests
Performance issues for large result sets

I would like to work on this issue as a part of SwoC'26 , pls assign it to me.

Looking forward to your response..

Problem Statement

Problem
Currently, the search results load all matching GitHub issues at once.
When a user retrieves many issues, this causes:

Long scroll lists
Slower rendering
Higher memory usage

Proposed Solution

Add pagination to limit number of items fetched and displayed at a time.
Suggested options:

Page numbers (Prev / Next)
Load More button
Infinite Scroll (load next batch automatically.

Component

Backend

Alternative Solutions

No response

Additional Context

No response

Metadata

Metadata

Labels

HardAdvanced level taskSWOCPart of Social Winter of CodeSWoC26Social Winter of Code 2026enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions