mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-26 09:36:01 +03:00
[GH-ISSUE #647] Feature Request: search by status in web ui #1915
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#1915
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 @khimaros on GitHub (Feb 6, 2021).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/647
Type
What is the problem that your feature request solves
i have an enormous number of links to archive and would like to be able to search for the ones which have already been archived in the web ui.
Describe the ideal specific solution you'd want, and whether it fits into any broader scope of changes
typing
status:validorstatus:archivedin the ui would display the relevant snapshots only.What hacks or alternative solutions have you tried to solve the problem?
this can be accomplished on the command line:
How badly do you want this new feature?
@pirate commented on GitHub (Apr 6, 2021):
I've sort of implemented this in
c98053a. It's not exactly what you're asking for since it's not technically the Snapshot status, it's the ArchiveResult status (aka the individual extractor outputs under a Snapshot). It would be tricky to allow filtering by Snapshot status directly since theres actually no db field for it, it's a derived property based on some heuristics and cant be queried directly.It should be out with the next release v0.6 soon. You can also try it early by installing directly from the dev branch.
Comment back here if that solution doesn't work / you absolutely need Snapshot status as originally described and we can discuss further.