You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: gracefully handle missing SQLite FTS5 on Windows
Probes FTS5 availability with an in-memory test table before attempting
index operations. When FTS5 is missing (common on Windows Node.js
binaries), throws SearchDepsUnavailableError so existing handlers
skip indexing gracefully instead of crashing.
Closes#64
thrownewSearchDepsUnavailableError(newError('FTS5 module not available'),'SQLite FTS5 module not available. Search indexing skipped. On Windows, run from WSL where FTS5 is included.')
0 commit comments