Commit 56bd5a0
committed
fix: displayName equality is high-confidence without metadata signals (CM-1137)
decideMemberSimilarityUsingAdditionalChecks returned LOW_CONFIDENCE_SCORE (0.2)
when called from the displayName equality path with no metadata signals, even though
the displayName match itself is already high-confidence. Initialise isHighConfidence=true
when no startingScore is provided so the function returns at least 0.9.
Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>1 parent b93c15d commit 56bd5a0
1 file changed
Lines changed: 4 additions & 2 deletions
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
467 | | - | |
468 | | - | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
469 | 471 | | |
470 | 472 | | |
471 | 473 | | |
| |||
0 commit comments