nus-cs2113-AY2223S2 / pe-dev-response

0 stars 0 forks source link

Cannot find item even though referring to the same thing #884

Open nus-pe-bot opened 1 year ago

nus-pe-bot commented 1 year ago

Note from the teaching team: This bug was reported during the Part II (Evaluating Documents) stage of the PE. You may reject this bug if it is not related to the quality of documentation.


image.png

A busy cook might be looking to check availability of food fast but is unable to do so due to strict naming

To replicate:

  1. add --n CocaCola --e 20/05/2025 --c drinks --q 300 --u ml

  2. find coca cola --fresh --u ml


[original: nus-cs2113-AY2223S2/pe-interim#702] [original labels: severity.Low type.FeatureFlaw]

DavidVin357 commented 1 year ago

Team's Response

The find command only provides exact match functionality and doesn't infer similarity between words like CocaCola and "coca cola"

Duplicate status (if any):

--