For the input find e/char, the command is unable to match this to the email charlotte@example.com. The error message suggests that the email must follow the format to be considered valid, but limit how useful the find command is since it is unlikely for user to remember full email of contact when trying to find contact via email.
Can consider doing partial matching for the find command for the email field (i.e. char would match charlotte@example.com). If not, it would be good to specify in user guide that find command for email field only does exact string matching to avoid confusion of user.
For the input
find e/char
, the command is unable to match this to the emailcharlotte@example.com
. The error message suggests that the email must follow the format to be considered valid, but limit how useful the find command is since it is unlikely for user to remember full email of contact when trying to find contact via email.Can consider doing partial matching for the find command for the email field (i.e.
char
would matchcharlotte@example.com
). If not, it would be good to specify in user guide thatfind
command for email field only does exact string matching to avoid confusion of user.Labels:
type.FeatureFlaw
severity.Medium
original: kngys/ped#17