agent-skill-backend
Go to file
wangzhiwei 1b0d102ef9 feat(content): 增强内容搜索功能支持关键词匹配和标签关联推荐
- 在 CmsContentDto 中新增 tagIdList 和 keyword 字段用于批量查询和全文搜索
- 修改数据库查询映射文件支持基于关键词的标题、描述、标签多字段模糊匹配
- 实现标签 ID 列表批量查询功能,支持多标签条件筛选
- 添加基于关键词搜索的智能关联推荐机制,根据首个结果的标签自动推荐相关内容
- 优化分页查询逻辑,在关键词搜索结果较少时自动补充相关技能内容
- 增强搜索结果排序算法,综合考虑排序权重和创建时间因素
2026-03-06 18:58:04 +08:00
.mvn/wrapper Initial commit of backend project 2026-01-22 10:20:02 +08:00
db feat(content): 添加skill管理和支付配置功能 2026-03-03 14:55:06 +08:00
src feat(content): 增强内容搜索功能支持关键词匹配和标签关联推荐 2026-03-06 18:58:04 +08:00
.gitignore Merge and resolve conflicts in README.md and .gitignore 2026-01-22 10:54:39 +08:00
Dockerfile Initial commit of backend project 2026-01-22 10:20:02 +08:00
README.md Merge and resolve conflicts in README.md and .gitignore 2026-01-22 10:54:39 +08:00
mvnw.cmd Initial commit of backend project 2026-01-22 10:20:02 +08:00
pom.xml feat(payment): 添加支付功能支持微信和支付宝 2026-02-26 17:30:55 +08:00

README.md

agent-skill-backend

agent-skill-backend