systopia / de.systopia.xcm

CiviCRM Extended Contact Matcher
Other
5 stars 10 forks source link

Fix phone normalization not being applied to PhoneOnlyMatcher #42

Closed pfigel closed 5 years ago

pfigel commented 5 years ago

This fixes an issue where the phone normalization is not applied to the PhoneOnlyMatcher, meaning phone numbers in different formats would not be matched. The code was refactored slightly to move the normalization to a more appropriate component.

bjendres commented 5 years ago

Thanks @patf