Possibility to search for multiple keywords
It would be nice to search for multiple keywords in the Tab History. For example, I know I had a script to insert data from TableA to TableB, but I searching for TableA or TableB yields to much result (both are frequently use tables). Searching for "TableA, TableB" or "TableA*TableB" would be a good quality of life feature.
12
votes
Tamas Lakatos
shared this idea
-
Anonymous commented
I frequently query directly against the underlying sqlite database for more complex queries..
A possible improvement might to optionally allow raw Like wildcards through '%table1%table2%'