Open justinlengch opened 7 months ago
[IMPORTANT!: Please do not edit or reply to this comment using the GitHub UI. You can respond to it using CATcher during the next phase of the PE]
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
Find Command does not allow for Partial Searches
According to the UG, the search functionality allow for partial matches
With Alex Yeoh in the database at index one as shown:
When the command
find Ale
is used as input:Expected:
1 student listed!
, since Alex Yeoh is in the database. Actual:0 persons listed
, despite Alex Yeoh being part of the database.Given that the find function is most likely the most used command in the app, this bug might cause the utility of the app to decrease plenty since tutors will now have to remember the entire name of the student (e.g. tutor might remember/call a student Bob instead of his full name Bobby) , causing inconveniences to most of the users.
[original: nus-cs2103-AY2324S2/pe-interim#4374] [original labels: type.FunctionalityBug severity.Medium]
[This is the team's response to the above 'original' bug]
Thank you for pointing this out. We initially wanted to implement this feature, but we changed our minds and had forgotten to update the user guide.
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your reason]
The UG mentions find command will work for partial matches such as Han will match Hans, hence Ale should match Alex as well, but it does not.
Steps to reproduce