Open BlazeChron opened 1 week ago
According to our User Guide,
If a semicolon was used to separate searches, students matching at least one keyword will be returned (i.e.OR search).
AND
If no names are provided to the find command (i.e. find n/ ), all students will be listed
The Command find n/a;
is finding the Union of Students with Names that include "a" or " "(nothing), which will return the list of all students.
This Behavior can already be implied from the UG, so our team didn't view a need to further elaborate on this issue. As such, we'll be categorizing this issue as NotInScope.
Team chose [response.NotInScope
]
Reason for disagreement: [replace this with your explanation]
Adding a trailing semicolon to a find eg.
find n/a;
Produces similar behaviour as searching without a name specified
find n/
This behaviour is not specified clearly in the user guide.