You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.
In Circle of Trust, while adding a contact, the algorithm for checking if its a duplicate phone number does not ignore white spaces and hyphens that are usually part of the phone number.
For example : +1XXXXXXXXXX, +1 XXX XXX XXXX and +1-XXX-XXX-XXXX should be detected as the same number. The video below shows this bug. It only detects duplicate phone numbers if its the exact same string.
@HimanshuS01 The issue you have mentioned is not the same as this one. This issue arises because the format of the phone numbers are not taken into account in the logic for checking of duplicate numbers.
@Pooja-Mahadev-Soundalgekar I think issue number #158 and #193 are somehow related to the formatting problem(spaces and hypens in your case) of the phone numbers ,while adding contacts either from the phonebook or entering manually.
as in the issue no #193@rohands also talked about the failure in the code logic to check duplicacy in this case.
However Its better to wait for the @sandarumk 's reply in this issue .
Thanks :)
In Circle of Trust, while adding a contact, the algorithm for checking if its a duplicate phone number does not ignore white spaces and hyphens that are usually part of the phone number.
For example : +1XXXXXXXXXX, +1 XXX XXX XXXX and +1-XXX-XXX-XXXX should be detected as the same number. The video below shows this bug. It only detects duplicate phone numbers if its the exact same string.
@sandarumk I would like to work on this bug.
The text was updated successfully, but these errors were encountered: