Will Miao
7f2e8a0afb
feat(search): add SQLite FTS5 full-text search index for recipes
...
Introduce a new RecipeFTSIndex class that provides fast prefix-based search across recipe fields (title, tags, LoRA names/models, prompts) using SQLite's FTS5 extension. The implementation supports sub-100ms search times for large datasets (20k+ recipes) and includes asynchronous indexing, incremental updates, and comprehensive unit tests.
2026-01-18 20:44:22 +08:00
..
2025-12-23 10:07:09 +08:00
2026-01-02 18:48:28 +08:00
2025-02-24 20:41:16 +08:00
2026-01-15 15:17:33 +08:00
2025-10-21 22:55:00 +08:00
2025-12-12 16:39:24 +01:00
2025-11-05 22:31:39 +08:00
2025-11-11 14:24:59 +08:00
2025-10-13 21:30:23 +08:00
2026-01-18 11:58:20 +08:00
2025-12-30 19:47:30 +08:00
2025-07-25 21:14:56 +08:00
2025-12-12 16:39:24 +01:00
2025-10-28 21:47:30 +08:00
2025-10-08 08:56:57 +08:00
2025-07-24 06:25:33 +08:00
2026-01-14 16:34:24 +08:00
2025-10-13 14:39:31 +08:00
2025-11-07 09:18:59 +08:00
2026-01-09 19:47:32 +08:00
2025-12-31 16:14:24 +08:00
2026-01-02 18:48:28 +08:00
2025-08-11 17:13:21 +08:00
2025-11-19 11:20:09 +08:00
2025-11-07 09:18:59 +08:00
2026-01-15 15:17:33 +08:00
2026-01-03 19:29:53 +08:00
2025-12-09 19:51:01 +08:00
2026-01-06 08:46:55 +08:00
2025-11-18 15:36:01 +08:00
2025-10-25 06:43:03 +08:00
2025-12-23 09:12:27 +08:00
2026-01-18 20:44:22 +08:00
2026-01-18 20:44:22 +08:00
2025-08-30 21:41:48 +08:00
2025-10-15 15:37:35 +08:00
2026-01-18 11:58:20 +08:00
2025-11-04 12:54:09 +08:00
2026-01-02 20:03:27 +08:00
2025-09-22 05:25:27 +08:00