AY2122S1-CS2103T-T09-1 / tp

https://ay2122s1-cs2103t-t09-1.github.io/tp/
MIT License
4 stars 5 forks source link

[PE-D] Find command returning more results than necessary #197

Closed nus-se-bot closed 3 years ago

nus-se-bot commented 3 years ago

The UG says that it will only match full words, but I was able to find all these 3 entries with 'find b b'. Same thing happens when I type 'find b'.

Screenshot (250).png


Labels: severity.Medium type.FunctionalityBug original: nhjryan/ped#12

qreoct commented 3 years ago

This is expected behaviour. We should update the documentation so it's clearer.

e.g. find library spot will match Central Library and Cool Spot and Library Spot. The keyword library is used in the search, and the keyword spot is also used in the search. These two results are then appended to give the final search result.