The user guide states that name and job are case-insensitive for hire and reject command.
Steps to reproduce:
Start with default data
Type command hire n/Bernice j/software engineer
Actual:
Expected:
In the contact list, I have Bernice Yu with the job of Software Engineer. However, when executing hire n/Bernice j/software engineer, I get the error Error: Job not found.. This is however wrong especially since job is supposed to be case-insensitive.
Also, it is worth mentioning that when I modify the command to match the casing of the job: hire n/Bernice j/Software Engineer, I get this command result instead.
This is arguably the more accurate command result which is shown when I match the casing for the job.
The user guide states that
name
andjob
are case-insensitive forhire
andreject
command.Steps to reproduce:
hire n/Bernice j/software engineer
Actual:
Expected: In the contact list, I have
Bernice Yu
with the job ofSoftware Engineer
. However, when executinghire n/Bernice j/software engineer
, I get the errorError: Job not found.
. This is however wrong especially sincejob
is supposed to be case-insensitive.Also, it is worth mentioning that when I modify the command to match the casing of the job:
hire n/Bernice j/Software Engineer
, I get this command result instead.This is arguably the more accurate command result which is shown when I match the casing for the job.
[original: nus-cs2103-AY2425S1/pe-interim#1466] [original labels: severity.Medium type.FunctionalityBug]