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

Manual filtering without having to write the whole query #381

Open
D-nov opened this issue Jul 22, 2022 · 2 comments
Open

Manual filtering without having to write the whole query #381

D-nov opened this issue Jul 22, 2022 · 2 comments
Assignees
Labels
enhancement 🚀 New feature or request

Comments

@D-nov
Copy link

D-nov commented Jul 22, 2022

Is your feature request related to a problem? Please describe.
It's related to a bug report i already submitted, but do not know how to link it.

Describe the solution you'd like
Add option to manually filter in tables.
For example instead of using the predefined filter you should also be able to write something like " table_name like 'some%text' " in an input text field.

@Fabio286
Copy link
Member

Please can you explain to me in more detail what you mean?

@D-nov
Copy link
Author

D-nov commented Jul 22, 2022

When you click on the magnifying glass you get filter on column names (which is awesome), but instead of clicking on several filters when i need to do complex filtering i'd preffer to write the filter manually in a textfield.

Pretty much like when you write raw query, but without the boilerplate of it.
Here is example:

  • Real query: " select * from table_name where condition_1 && condition2 || condition 3 && condition4"
  • what i expect to use instead the exisitng filtering or the long raw query is just "condition_1 && condition2 || condition 3 && condition4"" in a simple text input row.

For reference other tools like DBeaver have this feature.
I cannot provide screenshot at this time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🚀 New feature or request
Projects
Status: 💡 Ideas
Development

No branches or pull requests

2 participants