BlazeChron / pe

0 stars 0 forks source link

User guide unclear on use of ";" for Find command #7

Open BlazeChron opened 1 week ago

BlazeChron commented 1 week ago

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.

nus-pe-bot commented 1 week ago

Team's Response

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.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]