forked from AY2324S1-CS2103T-F12-4/tp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into mark-command
- Loading branch information
Showing
5 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.