fix(memory): allow end user id keyword search

- Match keyword against end_user_id even when other_name exists
- Keep Neo4j and RAG end user list search behavior consistent
This commit is contained in:
miao
2026-04-29 16:38:11 +08:00
parent c57490a063
commit 89bdb9f4b5
2 changed files with 4 additions and 17 deletions

View File

@@ -353,7 +353,7 @@ class ForgettingScheduler:
return results[0]['total']
return 0
async def _sync_memory_count_to_mysql(
async def _sync_memory_count_to_db(
self,
end_user_id: Optional[str] = None,
) -> None: