From fc3530258d9957ff08cc48bfbd11664927588894 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Sat, 27 Dec 2025 16:41:59 +0200 Subject: [PATCH] cl --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f188f85f..e7ca5cab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ - LLM tests (QA, embeddings, research graph) replay from cassettes without real API calls - docling-serve tests run without Docker container in CI - Uses pytest-recording with custom JSON body serializer +- **Contextualized FTS Search**: Full-text search now includes section headings + - New `content_fts` column stores contextualized content (headings + body text) + - FTS index now searches `content_fts` for better keyword matching on section context + - Original `content` column preserved for display and context expansion + - Migration automatically populates `content_fts` for existing databases ### Removed