Add search frontend code
This commit is contained in:
parent
988849e598
commit
3e91f34303
22 changed files with 379 additions and 73 deletions
|
|
@ -96,7 +96,13 @@ CREATE TABLE [Recipe] (
|
|||
CREATE VIRTUAL TABLE [RecipeTitle] USING FTS5(
|
||||
[title],
|
||||
CONTENT = [Recipe],
|
||||
CONTENT_ROWID = [id]
|
||||
CONTENT_ROWID = [id],
|
||||
PREFIX = 2,
|
||||
PREFIX = 3,
|
||||
PREFIX = 4,
|
||||
PREFIX = 5,
|
||||
PREFIX = 6,
|
||||
PREFIX = 7,
|
||||
);
|
||||
|
||||
CREATE TRIGGER [Recipe_trigger_insert] AFTER INSERT ON [Recipe] BEGIN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue