Paxa / postbird

Open source PostgreSQL GUI client for macOS, Linux and Windows
MIT License
1.54k stars 124 forks source link

Feature request - Quick filter #31

Open michaelfresco opened 6 years ago

michaelfresco commented 6 years ago

It would be nice to quickly filter results, like it is possible in DB Browser for SQLite.

I have attached a screenshot of how this works in DB Browser:

sqlite_db_browser

Paxa commented 6 years ago

Interesting, will think about it. How that filter works? Show exact match or any value that contain? (like %val%) Is it for table data or for result of query?

michaelfresco commented 6 years ago

Awesome! In that Sqlite db browser app, they do it on the complete table. It's my guess they probably uses %val%. Works really nice though.

Michael

On Tue, Apr 24, 2018 at 8:13 PM, Pavel Evstigneev notifications@github.com wrote:

Interesting, will think about it. How that filter works? Show exact match or any value that contain? (like %val%) Is it for table data or for result of query?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Paxa/postbird/issues/31#issuecomment-384029259, or mute the thread https://github.com/notifications/unsubscribe-auth/AOXhMBa8-2nFJcl7v7pgOgAft6p-AAD6ks5tr2tKgaJpZM4Thy_H .

-- Kind regards, Michael Fresco