Skip to content

Commit

Permalink
Merge branch 'master' into mark-command
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-raiin committed Nov 2, 2023
2 parents b244142 + b23b4d1 commit 55ecd1a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,10 @@ Format: `findc [n/KEYWORDS] [p/KEYWORDS] [e/KEYWORDS] [lc/DATETIME] [s/KEYWORDS]
- e.g. `n/John Doe s/active` will return `Name: John Lee, Status: Active` but not `Name: James Doe, Status: Claimant`.

Examples:

- `findc n/alice` returns `Alice` and `alice tan`
- `findc p/51` returns `95163890` and `40351`
- `findc e/_@GMAIL` returns `[email protected]`
- `findc p/9 s/inactive claimant t/friend` returns persons with a `9` in their phone number, whose status is either `inactive` or `claimant`, and has a `friend` tag
* `findc n/alice` returns `Alice` and `alice tan`
* `findc p/51` returns `95163890` and `40351`
* `findc e/_@GMAIL` returns `[email protected]`
* `findc p/9 s/inactive claimant t/friends` returns persons with a `9` in their phone number, whose status is either `inactive` or `claimant`, and has a `friends` tag
![result for 'findContact'](images/findContactResult.png)

<div style="page-break-after: always;"></div>
Expand Down Expand Up @@ -303,14 +302,14 @@ Format: `findm [m/KEYWORDS] [a/KEYWORDS] [t/KEYWORDS] [n/ATTENDEE_NAME] [s/START
e.g. `m/Shop Meet a/Mall` will return `Meeting: Shop at mall, Location: Mall` but not `Meeting: Meet client, Location: Park`.

Examples:
* `findm m/project` returns `project` and `Project work`
* `findm m/zoom meeting` returns `Zoom session`, `Zoom meeting`, `Meeting advisor`
* `findm s/09.09.2023 0000 e/09.10.2023 0000` returns all meetings between 09.09.2023 0000 and 09.10.2023 0000<br>
* `findm m/Meeting s/09.09.2023 0000 e/09.10.2023 0000` returns `Zoom meeting`, `Meeting advisor`, if these meetings start after 09.09.2023 0000 and end before 09.10.2023 0000
* `findm m/project` returns `project` and `Project work`.
* `findm m/zoom meeting` returns `Zoom session`, `Zoom meeting`, `Meeting advisor`.
* `findm s/09.09.2023 0000 e/09.10.2023 0000` returns all meetings between 09.09.2023 0000 and 09.10.2023 0000.
* `findm m/Meeting s/18.10.2023 0000 e/18.10.2023 2359 n/John` returns `Meeting with friends`, as it starts after 18.10.2023 0000 and ends before 18.10.2023 2359, and is attended by John.

<div style="page-break-after: always;"></div>

![result for 'findAlexMeeting'](images/findAlexMeetingResult.png)
![result for 'findAlexMeeting'](images/findJohnMeetingResult.png)

<div style="page-break-after: always;"></div>

Expand Down
Binary file modified docs/images/Ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/findAlexMeetingResult.png
Binary file not shown.
Binary file modified docs/images/findContactResult.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/findJohnMeetingResult.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 55ecd1a

Please sign in to comment.