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

implement search in trackvis #53

Open
NateLanza opened this issue Apr 11, 2024 · 1 comment
Open

implement search in trackvis #53

NateLanza opened this issue Apr 11, 2024 · 1 comment

Comments

@NateLanza
Copy link

NateLanza commented Apr 11, 2024

Trrackvis should include a search bar that uses string matching to filter displayed nodes. The visualization of relationships between nodes needs to be sensibly preserved despite many nodes being hidden; possibly a dotted line between nodes with the number of hidden nodes listed? Additionally, the search will have to deal with sideways branching in the tree. I think the most reasonable way to do this will be to only search through parent nodes of the currently selected node.

@kirangadhave
Copy link
Member

Trrack should have way to mark searchable keys as part of the search API.

Always search for labels and annotations

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