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

Let user search nodes by regex #1130

Merged
merged 2 commits into from
Apr 13, 2018
Merged

Conversation

chihuahua
Copy link
Member

@chihuahua chihuahua commented Apr 13, 2018

This change introduces a search box to the graph explorer that lets the user input a regex and then performs a partial regex match on all nodes (both metanodes and ops) within the graph.

When the user clicks on a match, the graph selects the node and pans to it if it is out of view.

image

Fixes #76.

This change introduces a search box to the graph explorer that lets the user input a regex and then performs a partial regex match on all nodes (both metanodes and ops) within the graph.

When the user clicks on a match, the graph selects the node and pans to it if it is out of view.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants