search and inspection polish

This commit is contained in:
2026-04-25 23:59:38 +02:00
parent cc0eef21be
commit b8627c0e1d
5 changed files with 252 additions and 22 deletions

View File

@@ -168,6 +168,14 @@ class SearchResult:
match_type: str
match_name: str
confidence: float
match_description: str = ""
matched_field: str = ""
ability_id: int | None = None
ability_name: str | None = None
capability_id: int | None = None
capability_name: str | None = None
evidence_level: str | None = None
source_reference: str | None = None
@dataclass(frozen=True)