Open seox123 opened 2 years ago
This is a duplicate of #496.
[The team marked this bug as a duplicate of the following bug]
findT s/complete lists tasks that are incomplete instead of complete
[original: nus-cs2103-AY2223S1/pe-interim#433] [original labels: severity.Medium type.FunctionalityBug]
[This is the team's response to the above 'original' bug]
We accept your bug.
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]
Description of the bug:
Using the command
findT s/complete
returns the incomplete tasks, instead of the complete tasks.To reproduce:
Steps:
addT
.markT
one of the 2 tasks.findT s/complete
.Expected behaviour:
The expected behaviour is that the complete tasks would be shown.
Screenshots/Video:
video:https://raw.githubusercontent.com/seox123/pe/main/files/d480c93a-f8c5-4882-baf5-c7b90a7ece24.mp4
Justification:
This is a feature that a user will likely use very commonly to differentiate between completed and incomplete tasks. It is also not difficult for a user to happen upon this bug.