Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

배포#141

Merged
CocoRoF merged 3 commits intodeployfrom
main
Aug 25, 2025
Merged

배포#141
CocoRoF merged 3 commits intodeployfrom
main

Conversation

@haesookimDev
Copy link
Contributor

No description provided.

haesookimDev and others added 3 commits August 25, 2025 19:31
- Pass message content to source viewer to enable context-aware display
- Change highlighting logic to use search text matching instead of fixed line ranges
- Update PDF and DOCX highlighters to highlight elements containing search words
- Simplify SidePanelPDFViewer by removing line range highlights and using response content as search text
- Adjust SourceButton tooltip to show only page number without line range
- Extend SourceInfo type with optional response_content and HighlightRange with optional searchText
- Remove unused state and legacy line range highlighting for cleaner, more accurate source highlighting based on content
- Introduce highlightConstants module to centralize filtering logic
- Filter out stopwords, short words, numbers, and special characters from search terms
- Remove specific XML/HTML tags and their content before processing text
- Replace inline filtering logic in PDFHighlighter and DocxHighlighter with reusable functions
- Remove debug console logs from SidePanelPDFViewer and highlighter components

These changes enhance highlight accuracy by ignoring irrelevant words and tags, improving user experience.
@CocoRoF CocoRoF merged commit da2a20d into deploy Aug 25, 2025
4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants