improvement(search-modal): remove matched-character bolding and move SearchHighlight into knowledge#5822
Conversation
…SearchHighlight into knowledge
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview
Reviewed by Cursor Bugbot for commit 1b45461. Configure here. |
Greptile SummaryThis PR simplifies search result rendering and moves knowledge-specific highlighting into the knowledge feature. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (1): Last reviewed commit: "improvement(search-modal): remove matche..." | Re-trigger Greptile |
Summary
font-mediumbolding of matched characters in the sidebar search modal — the mixed weights looked strangeHighlightedTextcomponent and thequeryprop threading through every group/item component (items no longer re-render on each keystroke)fuzzyMatchand its match positions are untouched — they still drive rankingSearchHighlightout ofcomponents/uiintoknowledge/[id]/components— the knowledge base pages are its only consumersType of Change
Testing
25 search-modal utils tests pass; typecheck clean
Checklist