feat(search): try a ground-up sqlite search approach

This commit is contained in:
perf3ct
2025-09-03 00:34:55 +00:00
parent d074841885
commit 58c225237c
24 changed files with 4756 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ import packageJson from "../../package.json" with { type: "json" };
import dataDir from "./data_dir.js";
import { AppInfo } from "@triliumnext/commons";
const APP_DB_VERSION = 234;
const APP_DB_VERSION = 235;
const SYNC_VERSION = 36;
const CLIPPER_PROTOCOL_VERSION = "1.0";