yxtan02 / ped

0 stars 0 forks source link

UI displays non-matching owners when executing a find pet command. #10

Open yxtan02 opened 6 days ago

yxtan02 commented 6 days ago

When executing a find pet command, all owners will be shown even though they are not pets and do not match the given keyword. I believe that after executing a find pet command, the UI should only show pets with no owners at all to prevent user confusion.

For example, let's say I have an owner and a pet: image.png

When I execute the command "find pet n/Fluffy", I get the following result where the owner is shown together with the matching pet image.png

Suggestion: Ensure that no owners are displayed in the UI after a find pet command is executed.