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
search(153): natural queries with dots, hyphens, or version strings no longer crash.cmk search "v0.3" (or asking Claude to recall something via mk_search) used to fail with an FTS5 parse error because characters like ., -, and : have special meaning in the search engine's grammar. Queries are now auto-sanitized — each word that needs it is quoted for you — so v0.3, user-explicit, and section:search all just find results. Multi-word queries keep their "match all words" behavior, and an explicit "quoted phrase" you type yourself is still honored as a phrase search.