godjuansan / pe

0 stars 0 forks source link

Error message typo on `find` #11

Open godjuansan opened 3 years ago

godjuansan commented 3 years ago

When I keyed in find it gives me the error message Invalid command format! find: Finds all persons whose names and/ortags contain any of the specified keywords (case-insensitive, except for phone) and displaysthem as a list with index numbers. Parameters: n/NAME_KEYWORD [MORE_NAME_KEYWORDS]... t/TAG_KEYWORD [MORE_TAG_KEYWORDS]... a/ADDRESS_KEYWORDS [MORE_ADDRESS_KEYWORDS] e/EMAIL_KEYWORDS [MORE_EMAIL_KEYWORDS] p/NUMBER [MORE_NUMBERS] b/true or falsem/phone, email or address. Example: find n/alice bob charlie t/friends neighbours a/Singapore e/gmail yahoo p/69 420 b/true m/phone which have multiple typos.

nus-pe-bot commented 3 years ago

Team's Response

No response provided.

Items for the Tester to Verify

:question: Issue severity

Team chose [severity.VeryLow] Originally [severity.Low]

Reason for disagreement: This bug contains multiple typos and specifically typo in the parameters b/true or falsem/phone, email or address which potentially confuse the user as there is no whitespace between false and m