Skip to content
New issue

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

Table column text search #208

Open
andyschwab opened this issue Oct 4, 2023 · 1 comment
Open

Table column text search #208

andyschwab opened this issue Oct 4, 2023 · 1 comment
Assignees

Comments

@andyschwab
Copy link
Member

A search field at the top (or associated with each table column) to quickly filter down based on the primary view. This would greatly reduce the number of clicks required to rapidly discover a node

@tbenbow
Copy link
Contributor

tbenbow commented Nov 14, 2023

We should add a search icon next to the tableheader. Clicking this would open a bubble menu that lets you enter text to search for in the table.

  • Ideally this would add or append a discovery set, it would be the last item in the set.

  • It should be search by field

  • You can have multiple searches - as many as there are columns

  • We need a way to remove the search

  • If a column has a search applied show a text field with the text

  • Add an x to text fields so they can quickly be cleared, if a field is cleared than we should hide it

  • Any changes to search fields should update the discovery set

  • Search requires an enter press to submit the search

  • We need a button or similar concept to allow the search to be submitted

  • This only applies to the Directory view, detail pages do not have table search

@tbenbow tbenbow self-assigned this Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants