Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve Issue 124 #193

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,5 +551,12 @@ return a long list. It is also not convenient for users who want to find contact
allow `filter` to filter the contact list more specifically. (e.g. `filter t/TAG s/SALARY_RANGE` will return
contacts with matching `TAG` and `SALARY_RANGE` that falls within what is specified)

3**Store** the resume such that
7. **Allow `find` command to search contact list with partial name/company name matches**: The existing `find` command
focuses on exact matches for names or company names. This limitation can be restrictive, especially when users are
unsure about the complete name or are looking for contacts with names that have common substrings. To provide a more
flexible and intuitive search experience, we plan to enhance the find command to support partial matching. The improved
find command will enable users to search for contacts using partial names or partial company names. The command will
display a list of contacts where the entered term matches any part of the person's name or company name. (e.g. `find j`
will return contacts with names like "John" and company names like "JPMorgan".)

3**Store** the resume such that
Loading