Block a user
fix: include memory IDs in output for deletion support
✅ No issues found — changes look consistent with the stated intent.
The changes correctly implement the described logic:
_format_search_results: Correctly iterates to prepend[id]…
Add configurable case-insensitive search
🚨 Critical Logic Error Found
There is a recursion error in the client.py file that will cause the application to crash when case_insensitive=True.
The Issue
In `LocalMem0Client.s…