Skip to content

[Feature Request]: Add search/filter functionality to Visualize Schema page #299

Description

@nelay04

Is your feature request related to a problem? Please describe.
When using the "Visualize Schema" feature on a database with 100-150+ tables, manually finding a specific table is inefficient. Because there is no search functionality, users are forced to scroll and visually scan through a massive, cluttered canvas.

Describe the solution you'd like
A simple search input box within the Visualize Schema view. When a user searches for a table by name, the visualizer should automatically pan to and focus/highlight that specific table on the canvas, rather than hiding the rest of the schema.

Describe alternatives you've considered
Currently, I have to fall back to writing raw SQL queries (SELECT * FROM pg_tables WHERE tablename LIKE...) to locate table information, which completely defeats the purpose of having a visualizer tool.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions