The error message says that lists owners or pets in the address book whose relevant fields contain the specified keywords **(case-insensitive)** and displays them as a list with index numbers.
This means that it should work because OWNERS should be read as owners.
To replicate the bug,
Type in
list OWNERS
in the CLI.The error message says that
lists owners or pets in the address book whose relevant fields contain the specified keywords **(case-insensitive)** and displays them as a list with index numbers.
This means that it should work because OWNERS should be read as owners.