nus-cs2103-AY1920S2 / pe-dev-response

0 stars 0 forks source link

No error message given wrong fields while finding persons #2511

Open nus-pe-bot opened 4 years ago

nus-pe-bot commented 4 years ago

Steps:

  1. Launch
  2. find a person by name and birthday. "(ab)find n/alex b/05-34"

image.png

  1. Try find by a birthday of 10 May "(ab)find n/alex b/10 May"

image.png

Though the find by birthday feature may not be implemented, no error message is given to warn the user.


[original: nus-cs2103-AY1920S2/pe-interim#2498]

sarahcxh commented 4 years ago

Team's Response

In the first place you aren't supposed to find by birthday, and there should be no prefix "b/".

As long as you provide one of the required fields, and the keyword does exist, the app will return something.

Duplicate status (if any):

--