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

Searching a table should expand the schema #258

Open
gaganyadav80 opened this issue Jan 20, 2025 · 2 comments
Open

Searching a table should expand the schema #258

gaganyadav80 opened this issue Jan 20, 2025 · 2 comments

Comments

@gaganyadav80
Copy link

  1. Search a table
  2. The schema is filtered but I have to manually expand it to see the matched results

Recording:

Screen.Recording.2025-01-20.at.11.13.13.mov
@invisal
Copy link
Collaborator

invisal commented Jan 20, 2025

We need to balance when to auto expand when not to auto expand. For example, if you type only one character "a", it could match with a lot of tables if you have a lot of schema.

  • Option 1: If there is more than 3 characters, all the search should auto expand
  • Option 2: If there is only one schema left, it should auto expand

Or if you have any particular approach dealing with this

@gaganyadav80
Copy link
Author

gaganyadav80 commented Jan 20, 2025

I think Option 1 sounds good. The option 2 will be covered with the first one as well because once 3 or more characters are typed and there is a single match it should be auto expanded.

@invisal invisal transferred this issue from outerbase/studio-desktop Jan 21, 2025
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