We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's apparently because crates.io seek pagination doesn't allow it (without sacrifing performance) so it's up to us to fix it.
crates.io
We can still use the old pagination system by providing the page number. I don't really see another way to fix it sadly...
The text was updated successfully, but these errors were encountered:
I lean towards our search just being a thin wrapper on top of crates.io search.
Which could mean: don't show a prev-button when there is no prev-link.
The old pagination system is quite tough on the database, so I wouldn't revert to using it for crates.io's sake.
Sorry, something went wrong.
No branches or pull requests
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...
The text was updated successfully, but these errors were encountered: