DerrickSaltFish / pe

0 stars 0 forks source link

Description for functionality of command `find` inconsistent with the actual behavior #9

Open DerrickSaltFish opened 1 year ago

DerrickSaltFish commented 1 year ago

My patient list is as follows:

image.png

And I want to find the patient of the name Ao Bo, so I entered find n/Ao Bo. But I get the same list still.

image.png

According to the description in UG, I should be able to find Ao Bo because I entered the complete string of Ao Bo already.

image.png

I think the description could confuse the user quite a bit and affect the user's use to find the patient knowing his full name. So I give medium severity.

nus-pe-bot commented 1 year ago

Team's Response

Thank you for the report. However "Ao Bo" in design is considered as two separate strings. The search will hence return all patients with: "Ao", "Bo" and "Ao Bo". Hence the result is correct.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: I am afraid the UG description indicates that searching "Ao Bo" is so called searching the complete strings. As we all know, space can be put into string, so I think the description in UG is not clear. It should be a bug.