Open juliussneezer04 opened 3 years ago
This command is not supposed to show teachers with involvement 'Math' as findTeacher
is only supposed to search by name.
This is the intended behaviour, this just means that there are no teachers with the name i/Math
. It's not in scope for the findTeacher
command to make sure the user's input makes sense since any search query is a valid search query.
Team chose [response.NotInScope
]
Reason for disagreement: # Reason:
Expected: findTeacher throws error for invalid field 'i/' OR show teachers with involvement 'Math' (See example)
Actual: findTeacher does not display any teachers and shows no errors