home / docs / sections

sections: full_text_search:full-text-search-enabling

This data as json

id page ref title content breadcrumbs references
full_text_search:full-text-search-enabling full_text_search full-text-search-enabling 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 ["Full-text search"] [{"href": "https://www.sqlite.org/fts3.html#_external_content_fts4_tables_", "label": "external content"}]
Powered by Datasette · Queries took 1.186ms