home / docs / sections_fts

Menu

sections_fts: 50

This data as json

rowid title content
50 Enabling full-text search for a SQLite table Datasette takes advantage of the external content mechanism in SQLite, which allows a full-text search virtual table to be associated with the contents of another SQLite table. To set up full-text search for a table, you need to do two things: Create a new FTS virtual table associated with your table Populate that FTS table with the data that you would like to be able to run searches against
Powered by Datasette · Queries took 3.353ms