memos/server
Copilot b685ffacdf refactor: memo filter
- Updated memo and reaction filtering logic to use a unified engine for compiling filter expressions into SQL statements.
- Removed redundant filter parsing and conversion code from ListMemoRelations, ListReactions, and ListAttachments methods.
- Introduced IDList and UIDList fields in FindMemo and FindReaction structs to support filtering by multiple IDs.
- Removed old filter test files for reactions and attachments, as the filtering logic has been centralized.
- Updated tests for memo filtering to reflect the new SQL statement compilation approach.
- Ensured that unsupported user filters return an error in ListUsers method.
2025-10-16 09:22:52 +08:00
..
profiler chore: fix linter 2025-05-27 23:22:32 +08:00
router refactor: memo filter 2025-10-16 09:22:52 +08:00
runner feat: update gomark dependency and refactor markdown parsing logic 2025-09-17 21:09:30 +08:00
server.go chore: add a new LOG_STACKTRACES option (#4973) 2025-08-07 23:56:21 +08:00