"previous page" button never present in search results
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.2k
- Forks
- 232
- Avg merge
- 11h 35m
- Merged PRs (30d)
- 60
Description
It's apparently because crates.io seek pagination doesn't allow it (without sacrifing performance) so it's up to us to fix it.
We can still use the old pagination system by providing the page number. I don't really see another way to fix it sadly...
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how search results pagination is built and how the crates.io seek-pagination response is consumed. Check the linked crates.io issue and compare the current behavior with the old page-number pagination; done means search results show a working “previous page” button without sacrificing the intended pagination behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- search
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100