feat(knowledge): add search service

This commit is contained in:
Jason Woltje
2026-01-29 20:35:07 -06:00
parent c6a65869c6
commit c26b7d4e64
7 changed files with 1109 additions and 3 deletions

View File

@@ -3,3 +3,8 @@ export { UpdateEntryDto } from "./update-entry.dto";
export { EntryQueryDto } from "./entry-query.dto";
export { CreateTagDto } from "./create-tag.dto";
export { UpdateTagDto } from "./update-tag.dto";
export {
SearchQueryDto,
TagSearchDto,
RecentEntriesDto,
} from "./search-query.dto";