Before this commit, fuzzy matching is performed even though exact matching is requested (distanceLimit = 0). This commit bypasses fuzzy matching when distanceLimit = 0 which improves performance. Resolves BATCH-1801
Before this commit, fuzzy matching is performed even though exact matching is requested (distanceLimit = 0). This commit bypasses fuzzy matching when distanceLimit = 0 which improves performance. Resolves BATCH-1801