feat(search): show search result snippets with match highlighting (#219) #242
@@ -0,0 +1,4 @@
|
||||
-- Index on transcription_blocks.document_id to speed up the LATERAL join
|
||||
-- used in DocumentService.findEnrichmentData (FTS match enrichment).
|
||||
CREATE INDEX IF NOT EXISTS idx_transcription_blocks_document_id
|
||||
ON transcription_blocks (document_id);
|
||||
Reference in New Issue
Block a user