nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

Find cannot find multiple items in same field #3319

Open nus-se-script opened 1 day ago

nus-se-script commented 1 day 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.


[original: nus-cs2103-AY2425S1/pe-interim#2264] [original labels: type.FeatureFlaw severity.Low]

anselmlong commented 9 hours 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!

Duplicate status (if any):

--