+
+
+ {run.candidate_count}
+ candidates
+
+
+ {run.matcher_version}
+ matcher
+
+
+ {run.list_snapshot.source_version}
+ list
+
+
+ {run.candidates.map((item) => (
+
+
{item.score}
+
+ {item.entry.primary_name}
+
+ {item.match_kind} · {item.entry.source_entry_id}
+
+
+
+
+ ))}
+ {run.outcome === "clear" && (
+
+
+ No candidate met the configured threshold.
+
+ )}
+