-
-
Notifications
You must be signed in to change notification settings - Fork 637
Description
I am still dearly missing a searchbox in Form View, which would enable me to locate a text substring.
In my use case I have tables with a TEXT column, where each cell contains a very long text string. Taken from a text file, and therefore including newline escape characters to delineate the paragraphs. There is no way I can display this entire text string in the Form View of SQLiteStudio, it simply won't fit on my computer screen. Let alone visually locating some substring in there.
In order to find a specific search term inside this large cell/text string, I now have to copy with Ctrl+A the entire contents of this cell to a fresh txt file, open it with an external editor, and use Ctrl+F there. Becomes cumbersome when a SQLiteStudio query such as < SELECT * FROM table WHERE text_column LIKE '%seach_term%' > returns multiple records.
Having a search box which I could activate in Form View with a right-click of my mouse would be wonderful. And I think a generally useful asset for SQLiteStudio.