You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
4 days ago
..
mysql feat(store): add hierarchical tag filtering support 4 days ago
postgres feat(store): add hierarchical tag filtering support 4 days ago
sqlite feat(store): add hierarchical tag filtering support 4 days ago
db.go refactor: clean packages 5 months ago