nus-cs2113-AY2122S2 / pe-dev-response

0 stars 0 forks source link

Search function does not return result for a valid search #1189

Open nus-pe-bot opened 2 years ago

nus-pe-bot commented 2 years ago

Commands used:

add n/Chalkboard q/1 d/Draw using chalk

search d/ board /n board

Expected: The entry that I have created for Chalkboard should return as a search result.

Actual:

image.png


[original: nus-cs2113-AY2122S2/pe-interim#1137] [original labels: type.FeatureFlaw severity.High]

thernturnaround commented 2 years ago

Team's Response

Search matches AND, not OR. Note the d/ board, which does not match the description d/ Draw using chalk at all.

The app doesn't crash, so I don't think this warrants a severity.high.

I think this can be rectified in the UG as well to tell the user that search matches name AND description. Hence, this should be a DocumentationBug.

image.png

Duplicate status (if any):

--