When a user attempts to find a contact using an invalid name (such as one with special characters), no error message is displayed, and the search is still executed.
For instance, with the command "find -/Bob," no error message appears, even though "-/Bob" is an invalid name.
Actual - the output displayed after running the command find -/Bob is attached.

Expected - An error message should be displayed.
When a user attempts to find a contact using an invalid name (such as one with special characters), no error message is displayed, and the search is still executed.
For instance, with the command "find -/Bob," no error message appears, even though "-/Bob" is an invalid name.
Actual - the output displayed after running the command find -/Bob is attached.
Expected - An error message should be displayed.