|
|
|
|
|
by masklinn
3637 days ago
|
|
> While searching for things in the immediately loaded buffer is easy (CTRL+F), searching for things said a long time ago can't be searched via the client. You either have to use command line tools to dump the sqlite db into a grepable text file or install the quasselsuche web app (last updated in 2012). Why not just open the sqlite file and search in there? Could even ask for the log to be stored in an FTS table for fast FTS queries. |
|