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
Let's say I'm on https://paste.the-compiler.org/lists/135 - i.e. on page 10 of my recent pastes.
If I now use the search form to search for "locale", I land on https://paste.the-compiler.org/lists/135?search=locale which tells me "There have been no Pastes :(" - but https://paste.the-compiler.org/lists/0?search=locale actually has matches! In other words, searching should always result in a /lists/0?search=... page, rather than reusing the page number from the previous page.
/lists/0?search=...
The text was updated successfully, but these errors were encountered:
Fix (new) search from deeper list pages
b52e96f
( reported in claudehohl#551 )
No branches or pull requests
Let's say I'm on https://paste.the-compiler.org/lists/135 - i.e. on page 10 of my recent pastes.
If I now use the search form to search for "locale", I land on https://paste.the-compiler.org/lists/135?search=locale which tells me "There have been no Pastes :(" - but https://paste.the-compiler.org/lists/0?search=locale actually has matches! In other words, searching should always result in a
/lists/0?search=...
page, rather than reusing the page number from the previous page.The text was updated successfully, but these errors were encountered: