|
1 | 1 | # User Guide |
2 | 2 |
|
| 3 | +BookFace is a desktop GUI application for the students in the National University |
| 4 | +of Singapore (NUS) to manage the contact information of the people they meet in the various lessons or clubs that they participate in. |
| 5 | +Since NUS Students often take many classes and meet different people. This application helps them to organise their |
| 6 | +contacts list for an easier way to set up proper communication channels. |
| 7 | + |
3 | 8 | * [Quick Start](#quick-start) |
4 | 9 | * [Features](#features) |
5 | 10 | * [Add user contacts](#add-user-contacts-add) |
@@ -36,7 +41,7 @@ Experienced users can delete the sample data and proceed with regular usage. |
36 | 41 | This section highlights the core features that this application provides, as |
37 | 42 | well as the necessary guidelines to follow when using the features. The features |
38 | 43 | generally follow commands of the form `COMMAND_WORD ARGUMENTs`, with each |
39 | | -feature having its own specific `COMMAND_WORD` and required set of `ARGUMENTS`. |
| 44 | +feature having its own specific `COMMAND_WORD` and set of `ARGUMENTS`. |
40 | 45 |
|
41 | 46 | > **Note:** Unless otherwise stated in the guidelines for the specific |
42 | 47 | > feature, arguments placed within brackets ("[" and "]") denotes that the |
@@ -110,7 +115,8 @@ Format: `find PREFIX/KEYWORD [MORE PREFIX/KEYWORD]` |
110 | 115 | names of the contacts, `p/` searches through the phone number of the contacts, `t/` |
111 | 116 | searches through the tags of the contact, etc... |
112 | 117 | * Each prefix must be followed by one and only one keyword. See below for example usage. |
113 | | -* The search is done via the logical ***AND*** operator, i.e., `find n/john t/cs` will return |
| 118 | +* Only the contacts that fulfill **all** the requirements in the given |
| 119 | + arguments will be displayed, i.e., `find n/john t/cs` will return |
114 | 120 | the list of contacts where his name is `john` **and** has a tag that contains `cs`. |
115 | 121 | * The following shows a list of allowed prefixes: |
116 | 122 | 1. `n/` which represents the name |
|
0 commit comments