mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[GH-ISSUE #41] Add a way to filter the index table (by typing text) #3049
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#3049
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 @nodiscc on GitHub (Aug 3, 2017).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/41
Similar to https://github.com/pirate/bookmark-archiver/issues/40,
I'd like to be able to filter the index table by typing text in a
Filter...text field. Eg. when typinggithubin the filtering field, only display items containinggithubin their title (or URL?)Enteror a similarGobutton.clearbutton to clear the current filter text.This would probably require a bit of Javascript. I found a rather efficient filtering script https://github.com/nodiscc/awesome-selfhosted/blob/yaml/html/filtering.js which I was planning to use for another project but it might as well serve here.
Note: This is different from full text search (probably easier to achieve) and only relates to the main
index.htmlarchive index@pirate commented on GitHub (Aug 3, 2017):
I think once full-text search is added, this isn't needed. With full-text search and Ctrl+F covering full-text & titles search, I don't think we need a third search option. But thanks for the suggestion!
@nodiscc commented on GitHub (Aug 3, 2017):
Sometime I'd like to only see the items relevant to a particular search. Ctrl+F is nice but doesn't do what I need. Anyway thanks for replying