AY2122S2-CS2103T-W15-3 / tp

MIT License
0 stars 4 forks source link

[PE-D] Awkward word matching criteria for find #134

Closed soc-se-bot closed 2 years ago

soc-se-bot commented 2 years ago

Steps to reproduce:

  1. Type in the command: "find bernice".

image.png

I believe the purpose of the find function is to help users find students even when they are only able to partially remember certain parts of the person's name. So for instance, let's say I would like to find the person named "bernice5" and all I could remember from that name is that the person has the word "bernice" in it. By typing "find bernice", what I should expect to find is that "bernice5" should be part of the search result. However, your app does not work that way. It uses a search criteria that is counter-intuitive from what is currently available in the market. (I.e try out the search feature on your contacts app on your phone).


Labels: severity.Low type.FeatureFlaw original: tandeshao/ped#18