In general, case sensitivity of something should follow the case sensitivity of the real world entity it represents e.g., as person names are not case sensitive in the real world, they shouldn't be case sensitive in the app either.
Over here, edit the names of the person at index 1 and person at index 2 to 'Peter' and 'peter' respectively. However, they should be considered as duplicate persons.
In general, case sensitivity of something should follow the case sensitivity of the real world entity it represents e.g., as person names are not case sensitive in the real world, they shouldn't be case sensitive in the app either.
Over here, edit the names of the person at index 1 and person at index 2 to 'Peter' and 'peter' respectively. However, they should be considered as duplicate persons.
[original: nus-cs2103-AY2223S1/pe-interim#1004] [original labels: type.FeatureFlaw severity.Medium]