mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
2a981e2ac1
commit
e8e0a6f284
3 changed files with 21 additions and 16 deletions
|
|
@ -488,7 +488,7 @@ INSERT INTO searchable_tags (searchable_id, tag) VALUES
|
|||
;
|
||||
|
||||
CREATE VIRTUAL TABLE "searchable_fts"
|
||||
USING FTS3 (text1, text2, [name with . and spaces], content="searchable");
|
||||
USING FTS4 (text1, text2, [name with . and spaces], content="searchable");
|
||||
INSERT INTO "searchable_fts" (rowid, text1, text2, [name with . and spaces])
|
||||
SELECT rowid, text1, text2, [name with . and spaces] FROM searchable;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue