From d6871e3b4be9a6757f99f3aac2b5f2ff8c3ad73c Mon Sep 17 00:00:00 2001 From: swtan346 Date: Thu, 11 Apr 2024 14:40:56 +0800 Subject: [PATCH] Change find feature --- docs/UserGuide.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 435efd1c7f0..4b0ddcfc45a 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -312,7 +312,6 @@ Allows you to find patients whose names or IC contain any of the given keywords. Format: `find n\NAME OR find ic\IC_NUMBER` -* Exactly one of the optional fields must be provided * The search is case-insensitive. e.g. `hans` will match `Hans` * The order of the keywords does not matter. e.g. `Hans Bo` will match `Bo Hans` * Only full words will be matched e.g. `Han` will not match `Hans` @@ -322,8 +321,8 @@ Format: `find n\NAME OR find ic\IC_NUMBER` Example command: * `find n\John` returns `john` and `John Doe` -* `find n\alex david` returns `Alex Yeoh` and `David Li` -* `find ic\a1234567b` returns `A1234567B`
+* `find n\alex denver` returns `Alex Denver` and `Denver Li` +* `find ic\a1234567b` returns `A1234567B` #### Deleting a patient : `delete`