AY2425S1-CS2103T-T13-2 / tp

MIT License
0 stars 5 forks source link

Bug: History Command Fails to Recognise Capitalisation Variations in Customer Names #116

Closed noth-k closed 1 week ago

noth-k commented 1 week ago

input entered: history john doe

output encountered: Person does not exist: john doe

image
rimgik commented 1 week ago

This is not a bug, as of right now it's possible to add a customer with the same name but with different capitalisation, we need to able to differentiate between them.