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

[FEAT] Search tables (/) within a specific database #121

Open
KevsterAmp opened this issue Nov 15, 2024 · 4 comments · May be fixed by #124
Open

[FEAT] Search tables (/) within a specific database #121

KevsterAmp opened this issue Nov 15, 2024 · 4 comments · May be fixed by #124
Assignees

Comments

@KevsterAmp
Copy link

Currently when searching tables using /, It will search for the table throughout all of the databases.

I'm working with a server with multiple databases that has a same table names, I find it hard to search for the table in the database that I'm looking for.

It would be nice if we can search tables within a specific database. Or just be able to have a view on which database is this table from when searching (if there's a lot of tables on the database, you can't see the database name if the table is on the bottom part)

@KevsterAmp KevsterAmp changed the title [Feat] Search tables (/) within a specific database [FEAT] Search tables (/) within a specific database Nov 15, 2024
@KevsterAmp
Copy link
Author

@jorgerojas26 - I'm a big fan of this project. I can work on this feature if you could give me some ideas to implement this. Thanks

@jorgerojas26
Copy link
Owner

That's a really good way to improve the search funcionality. Maybe pressing "/" can search on the current database only, and CTRL + "/" will search in all databases, or maybe the other way around.

Feel free to open a PR :)

@KevsterAmp
Copy link
Author

Thanks @jorgerojas26 planning to open one. Currently studying the repo ❤️

@KevsterAmp
Copy link
Author

@jorgerojas26 could you assign me to this issue thanks

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

Successfully merging a pull request may close this issue.

2 participants