-
-
Notifications
You must be signed in to change notification settings - Fork 1
feat(frontend): knowledge base full-text search result viewer #3296
Copy link
Copy link
Closed
Labels
Description
Summary
KnowledgeManager.vue:1342 has a TODO for a KB search result viewer. Search results are returned from the backend but there is no UI to display them inline — results are currently lost.
Implementation
- Create a
KBSearchResultPanelcomponent showing ranked results with title, snippet, and source - Open result documents in a read-only viewer pane
- Support keyboard navigation through results
- Highlight matching terms in snippets
Acceptance criteria
- Search results display with title, relevance score, and snippet
- Clicking a result opens the full document in a viewer
- Matched terms are highlighted in the snippet
- Keyboard navigation (arrow keys, Enter, Escape) works
Reactions are currently unavailable