openclaw/extensions/memory-core
Logan Ye 2aa6abddbe
fix(memory): add LIKE fallback when FTS5 MATCH throws and log silent search errors (#74175)
* fix(memory): add LIKE fallback when FTS5 MATCH throws and log silent search errors

When searchKeyword FTS5 MATCH fails (e.g. unicode61 tokenizer rejects
certain query patterns), the search now falls back to a LIKE-based query
instead of silently returning zero results. The four .catch(() => [])
sites in the search orchestrator now log warnings so failures are
visible in diagnostics.

Fixes #74036

* fix(memory): split LIKE fallback into per-token clauses and log MATCH errors
2026-04-29 07:16:32 -04:00
..
src fix(memory): add LIKE fallback when FTS5 MATCH throws and log silent search errors (#74175) 2026-04-29 07:16:32 -04:00
api.ts [Feat] Gateway: add doctor.memory.remHarness probe (#66673) 2026-04-29 13:23:36 +08:00
cli-metadata.ts fix: unblock cli startup metadata 2026-04-04 02:35:36 +01:00
index.test.ts fix: allow memory flush model override 2026-04-28 05:50:55 +01:00
index.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
manager-runtime.ts fix(memory): stabilize manager runtime lazy import 2026-04-05 18:11:37 +05:30
openclaw.plugin.json perf: mark capability plugins startup lazy 2026-04-28 04:33:47 +01:00
package.json chore: update dependencies 2026-04-26 10:54:58 +01:00
runtime-api.ts Fix dreaming replay, repair polluted artifacts, and gate wiki tabs (#65138) 2026-04-12 00:25:11 -05:00
tsconfig.json chore(plugins): bulk add package boundary tsconfig rollout 2026-04-07 08:48:23 +01:00