fix context_service tests

This commit is contained in:
phernandez
2025-01-16 22:38:19 -06:00
parent 3a8a900032
commit e2a4fa63e5
8 changed files with 208 additions and 237 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ CREATE VIRTUAL TABLE IF NOT EXISTS search_index USING fts5(
updated_at UNINDEXED, -- Last update
-- Configuration
tokenize=\"unicode61 separators '/'\", -- Treat / as part of tokens
tokenize='unicode61 tokenchars 0x2F', -- Hex code for /
prefix='1,2,3,4' -- Support longer prefixes for paths
);
""")