Closed Slacky300 closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
dev-find | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 20, 2024 0:30am |
@Slacky300 Thank you so much for your contribution! Your efforts are greatly appreciated and will go a long way in improving our project. Please feel free to share it with others and help us grow even further!
Description
This PR addresses the pagination issue where search results did not paginate correctly.
Related Issues
Fixes #1096
Changes Proposed
Flattened combined data structure for profile handling.
Reset current page to 1 on search to display the first page of search results.
Updated pagination logic to work with both full and filtered datasets.
In handleSearch function I reset the pag to 1 to show the first page of the search results
updated the logic to render the search list based on the search results
Checklist