diff --git a/main/src/com/google/refine/model/recon/StandardReconConfig.java b/main/src/com/google/refine/model/recon/StandardReconConfig.java index 739c1edde..f96017371 100644 --- a/main/src/com/google/refine/model/recon/StandardReconConfig.java +++ b/main/src/com/google/refine/model/recon/StandardReconConfig.java @@ -388,7 +388,7 @@ public class StandardReconConfig extends ReconConfig { score ); - if (i == 0 && result.has("match") && result.getBoolean("match")) { + if (autoMatch && i == 0 && result.has("match") && result.getBoolean("match")) { recon.match = candidate; recon.matchRank = 0; recon.judgment = Judgment.Matched;