dbeaver / dbeaver/dbeaver

Text based search in Resultset viewer

Open
#34,067 4 comments 2 reactions 0 assignees View on GitHub
wait for votes xf:sql editor
Dominant language
Java
Stars
51.8k
Forks
4.4k
Avg merge
3d 13h
Merged PRs (30d)
183

Description

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
in dbvizualizer (another DB query tool).. there is very good feature, that you can search the whole resultset by simply typing in a text box that appears on top of the resultset. In this way it was searching in all cells and all rows that has been fetched **"already"** i.e the search was not going to database to fetch the result, but it was doing in-memory search for the result that is already fetched (no new row fetching during this searching process)

For Example:
My result-set fetch size is set to 10,000 rows. now if i start typing in the search text box, then it will search in those 10,000 rows only.
Now i hv cleared the search and scroll to the bottom to fetch more rows lets say 1,000 more rows. Now if i search, then it should search in 11,000 rows.

Another Example:
My result-set fetch size is set to 10,000 rows. now if i start typing in the search text box, then it will search in those 10,000 rows only.
I have not cleared the searched box this time...
Now i scroll to the bottom to fetch more rows lets say 1,000 more rows. now after 1,000 rows has been fetched then the "search text" should be applied automatically to filter the result (in-memory).

This is very handy feature and you dont have to write complex SQL expression to write to search....

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.