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:
When I execute the command "find pet n/Fluffy", I get the following result where the owner is shown together with the matching pet
Suggestion: Ensure that no owners are displayed in the UI after a find pet command is executed.
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:
When I execute the command "find pet n/Fluffy", I get the following result where the owner is shown together with the matching pet
Suggestion: Ensure that no owners are displayed in the UI after a find pet command is executed.