Open YANYAN-w opened 1 week ago
[IMPORTANT!: Please do not edit or reply to this comment using the GitHub UI. You can respond to it using CATcher during the next phase of the PE]
Accepted but severity is likely medium. In the User Guide, it is mentioned that it should be used in the format of n/KEYWORD [MORE_KEYWORDS]
and examples are given as well.
It is not a high severity as it does not cause a major problem and does not make the product unusable for users.
Team chose [severity.Medium
]
Originally [severity.High
]
Reason for disagreement: [replace this with your reason]
when executing the find command in the buyer view,
The following screenshot are:
view
followed byfind n/alex n/david
, and only the result of David(the later part) is returned. The use of the duplicated prefix 'n/' does not throw an error. If it is not allowed, it would be better to throw an exception saying incorrect command format. and if it is allowed, it would be better to return results that ats least match one keyword. In this case both key word should be taken into account.