clach04 / SQLshite

🗄💩 A terrible SQLite Web UI
GNU Affero General Public License v3.0
0 stars 0 forks source link

Full Text Search FTS #19

Open clach04 opened 7 months ago

clach04 commented 7 months ago

TODO figure out how to handle SQLite3 fts for existing databases, is it reasonable to add to the schema?

Similar question for quick search field. Currently determines at runtime, first string column. Could be specified in database in new metadata table, and/or config file.

clach04 commented 5 months ago

Alternative would be a linked database, either on disk or in memory.