feat(search): highlight snippet terms and mark sender/receiver/tag matches in document list

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-15 20:03:04 +02:00
committed by marcel
parent 162397d4eb
commit 9ff8423da6
3 changed files with 226 additions and 16 deletions

View File

@@ -1607,6 +1607,7 @@ export interface components {
senderMatched: boolean;
matchedReceiverIds: string[];
matchedTagIds: string[];
snippetOffsets: components["schemas"]["MatchOffset"][];
};
IncompleteDocumentDTO: {
/** Format: uuid */