internal/index/fts.go
@@ -32,6 +32,7 @@
   _, err := s.db.Exec(`
      INSERT INTO nodes_fts(rowid, title, content, tags, entities)
      SELECT id, title, content_fts, tags, entities FROM nodes
      WHERE node_type = 'file'
   `)
   return err
}