You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: