feat: add fts indexing

This commit is contained in:
2026-04-15 08:31:06 -04:00
parent ac343a5477
commit 562f4bb073
11 changed files with 393 additions and 83 deletions

View File

@@ -17,6 +17,11 @@ type File struct {
IndexedAt sql.NullTime
}
type FileContent struct {
FileID string
Content string
}
type Symbol struct {
ID int64
FileID int64