memos/store/db
Steven 5e47f25bf5 feat(store): add hierarchical tag filtering support
Tag filters now support hierarchical matching where searching for a tag (e.g., "book") will match both the exact tag and any tags with that prefix (e.g., "book/fiction", "book/non-fiction"). This applies across all database backends (SQLite, MySQL, PostgreSQL) with corresponding test updates.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-30 00:21:53 +08:00
..
mysql feat(store): add hierarchical tag filtering support 2025-10-30 00:21:53 +08:00
postgres feat(store): add hierarchical tag filtering support 2025-10-30 00:21:53 +08:00
sqlite feat(store): add hierarchical tag filtering support 2025-10-30 00:21:53 +08:00
db.go refactor: clean packages 2025-05-29 21:44:43 +08:00