From 5d0b36cf87ee94c690d11c0beab48f4dadc6fc52 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Sun, 10 Aug 2025 02:30:00 -0400 Subject: Change db schema; remove aliases, add fts5 integration Greatly simplify db schema by removing alias functionality. Create fts5 tables for text search over paths, headings, titles, meta, authors, and links. --- pkg/data/get.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/data/get.go') diff --git a/pkg/data/get.go b/pkg/data/get.go index 7025c3a..3051e74 100644 --- a/pkg/data/get.go +++ b/pkg/data/get.go @@ -17,7 +17,7 @@ type Fill struct { doc *index.Document } -// Use to build documents and aliases from a database connection +// Use to build documents from a database connection type FillMany struct { docs map[string]*index.Document ids map[string]int -- cgit v1.2.3