antonycourtney / tad

A desktop application for viewing and analyzing tabular data
http://tadviewer.com
MIT License
3.18k stars 119 forks source link

Full-text search #198

Open noamross opened 1 year ago

noamross commented 1 year ago

Hello! Thank you for this excellent program. I was wondering if it would be possible to implement a full-text search across all columns, as DuckDB has this ability (https://duckdb.org/2021/01/25/full-text-search.html). I suspect this might require building an index on loading the file, which could be optional.

I realize I asked for something similar....6 years ago: #50 . I'll close that now :)