Skip to content

Commit

Permalink
Merge pull request #300 from jereeemyyyy/branch-ug
Browse files Browse the repository at this point in the history
Update UG for findclienttype section
  • Loading branch information
rubinnn authored Nov 7, 2024
2 parents 6ce362c + c991a18 commit 03e77fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,12 @@ A **valid** `CLIENT_TYPE` should:
* Not be empty.
* For eg. Just typing `find c/` without providing any `CLIENT_TYPE` will throw an error.
* Not have duplicates.
* For eg. Typing `c/Plan A c/Plan A` will combine the client types into `Plan A`.
* For eg. Typing `c/Plan A Plan A` will combine the client types into `Plan A`.

Examples:
* `find c/Investment` returns every contact that has a `client_type` beginning with `Investment`
* `find c/Invest` returns every contact that has `client_type` beginning with `Invest`
* `find c/Investment Healthcare` returns every contact that has `client_type` beginning with `Investment` and `Healthcare`
* `fc Investment` returns `Investment Plan`
* `fc Investment Healthcare` returns `Investment Plan` and `Healthcare Plan`

Expand Down

0 comments on commit 03e77fe

Please sign in to comment.