Open ngjianyi opened 4 days ago
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
Invalid input accepted for findtag command
Trying to find a tag that is not in the list of possible tags in the tag table of the User Guide does not return an error, and the app will attempt to find contacts with that invalid tag.
[original: nus-cs2103-AY2425S1/pe-interim#2896] [original labels: type.FeatureFlaw severity.Low]
[This is the team's response to the above 'original' bug]
Thank you for your bug report. However, our team feels that the command works as intended, and gives back a valid result. If there is no one found with the specified tag, there will logically be 0 people listed. It does not affect which tags can be added to a contact.
In your example, since it found no one with the appropriate tags
test
, it did report the correct results accordingly as expected. This does not cause any inconvenience to the user, nor does it adversely affect the functionality of the app.Items for the Tester to Verify
:question: Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your explanation]
Steps to replicate: findtag landlords Expected: Error thrown regarding an invalid tag that cannot be added Actual: Listed 0 clients
The UG stated that the list of possible tags are in that list, yet the command allows finding for a tag that cannot be added due to the restrictions of the add and listing add commands. Without throwing an error, the user may not understand why no results are appearing, if he spelt one of the tags wrong.