-
Notifications
You must be signed in to change notification settings - Fork 0
Functionality of find Command is Incorrect in User Guide #4
Copy link
Copy link
Open
Description
The functionality of the find command differs from the user guide. Currently, it searches in both company names and application names.
However, the user guide states that it only the name is searched: 
Steps to Replicate:
- Add a company (e.g.
add n/Apple e/contact@apple.com) - Apply to the company with the
applycommand (e.g.apply 1 n/Software Engineer Intern d/Requires knowledge of ReactJS and ExpressJS) - Use the
findcommand with the application title as keyword instead of the company name
Expected Result: The added company should not be listed.
Actual Result: The added company is listed, because the application name is found.
Reactions are currently unavailable
