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

Filtering tables with forward/backward match #138

Open
sainu opened this issue Feb 24, 2022 · 0 comments
Open

Filtering tables with forward/backward match #138

sainu opened this issue Feb 24, 2022 · 0 comments

Comments

@sainu
Copy link

sainu commented Feb 24, 2022

I think the Filter tables table search feature of gobang only provides partial matches.

I also use Sequel Ace.app for database management. The table search function of that client is very useful for me because it allows pattern matching search when I have a lot of tables.

  • If input ^user, only table names that begin with user will be matched
  • If input user$, only table names that end with user will be matched

I would like to filter table names by forward/backward match in gobang as well, what do you think?

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

1 participant