(results []*SearchResult, _ *SearchQuery)
| 920 | } |
| 921 | |
| 922 | func (m *manager) applyFilters(results []*SearchResult, _ *SearchQuery) []*SearchResult { |
| 923 | // TODO: 实现过滤逻辑 |
| 924 | return results |
| 925 | } |
| 926 | |
| 927 | func (m *manager) traverseRelations(_ context.Context, _ string, _ []RelationType, _, _ int, _ map[string]bool, _ *[]*KnowledgeItem) error { |
| 928 | // TODO: 实现关系遍历 |