mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-26 01:26:00 +03:00
[GH-ISSUE #995] Bug: Clicking the next button on search results page resets to main index instead of paginating correctly #2129
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#2129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TheAnachronism on GitHub (Jul 4, 2022).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/995
Describe the bug
When using the search functionality and getting so many results back that multiple pages are available, using the
nextlink at the bottom, resets the search and just goes to the next page of all archived sites. The pagination for search results is available if someone writes the URL correctly themselves, but the links seem broken.Steps to reproduce
nextbutton at the bottom of the page to to got page 2Screenshots or log output
As seen below, first
/public/?q=testgets called and then only thepage=2query parameter get set. The combination of the two/public/?q=test&page=2works, but the links don't seem to do that correctly.ArchiveBox version
@EsEnZeT commented on GitHub (Nov 29, 2022):
I confirm I'm experiencing exact same issues with latest builds.
@pirate commented on GitHub (Jan 19, 2024):
This should be fixed in the latest versions >v0.7.2 https://github.com/adasneves127/ArchiveBox/pull/2
Let me know if you're still having issues and I'll reopen the ticket.
@sclu1034 commented on GitHub (Aug 29, 2024):
I just pulled the latest
:devimage and I'm running into this issue.@pirate commented on GitHub (Aug 29, 2024):
Yup I just confirmed I'm seeing the issue too, thanks for reporting.
@pirate commented on GitHub (Oct 4, 2024):
This is fixed as of v0.8.5-rc:
github.com/ArchiveBox/ArchiveBox@89a066da0b