Description Usage Arguments Value Examples
Creates a new virtual (fts) table with exact same columns as the original table, populates it with the contents of original table and optimises the table.
1 | .createFtsTable(database_name, table_name, new_table_name)
|
database_name |
Name of database connection |
table_name |
Name of the table to duplicate as fts table |
new_table_name |
Name of the new fts table |
Nothing. Update the relevant database (stored in memory or in a '*.sqlite' file)
1 | # .createFtsTable("sra_con", "sra", "sra_new_ft")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.