nus-cs2103-AY2122S2 / pe-dev-response

0 stars 0 forks source link

mail-x command does not search across existing contacts in the system for a specific name. #50

Open nus-se-bot opened 2 years ago

nus-se-bot commented 2 years ago

steps to reproduce:

  1. use add command "add n/ Peter pan a/A1188777L e/abhhhhe@gmail.com m/ACC3709 t/needshalp"
  2. use find command "find n/Alex"
  3. use mail-x command "mail-x e/alexyeoh@example.com n/Peter pan"

image.png

expected: mail should open up with all instances of entries with "Peter pan" OR minimally have a mail open up with the entry for "alexyeoh@example.com" - given as it is stated in UG that anyone who matches at least one of the specified arguments will be included.

actual: error message pops up with no further execution.


[original: nus-cs2103-AY2122S2/pe-interim#120] [original labels: type.FunctionalityBug severity.Medium]

s7manth commented 2 years ago

Team's Response

mail-x command only promises creating a mailing group based on the parameters provided. The contacts present in the contact list must be adhering to the parameter. This does not mean that at least one of the parameters is being matched.

Duplicate status (if any):

--