jeanyang04 / pe

0 stars 0 forks source link

Find cannot find multiple items in same field #8

Open jeanyang04 opened 2 weeks ago

jeanyang04 commented 2 weeks ago

Summary

Find does not allow user to search for multiple names. Eg. find -n John, Mary (this will look for "John, Mary") Eg. :f -l friend -l family (this will throw error)

Reasoning for Severity

Unable to search according to multiple tags could occasionally cause inconvenience, say if I want to list all friends and family.

nus-se-script commented 1 week ago

Team's Response

Hello! Thanks for reviewing our product!

Unfortunately, there is a typo in your example, and for the second example, you are searching for a location with friend and family, which is not correct syntax. We believe the correct command you are looking for is :f -t friend -t family which is accepted:

image.png

Running the command above results in this:

image.png

Furthermore, for your first example, the comma syntax to delimit names is also not correct syntax and not recognized by our system. Unfortunately, we have to reject this bug report due to the valid functionality of our tag search.

Once again, thanks for testing our product!

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Hi! Thanks for replying and pointing out my error. I am sorry for causing the confusion on the bug report. This is due to the time pressure, and a mistake was made in the command example.

I meant to say that the find feature does allow for multiple tags to be entered through multiple prefix input. However, the other info, like name, address, does not support this.

image.png

Again, sorry for the typo on the bug report. Perhaps this multiple prefix find feature can be extended to other fields as well. Thanks!