From 4a663b07882db3a89dced5fbd2b383753817b947 Mon Sep 17 00:00:00 2001 From: CYX22222003 Date: Mon, 11 Nov 2024 20:13:39 +0800 Subject: [PATCH] Correct errors in description --- docs/UserGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index b9b54290ec0..7feb011cf42 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -187,7 +187,7 @@ Format: * 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` * Persons matching at least one keyword will be returned (i.e. `OR` search). - e.g. `Hans Bo` will return `Hans Gruber`, `Bo Yang` + e.g. `n/Hans n/Bo` will return `Hans Gruber`, `Bo Yang` How `find` works with multiple parameters: * If multiple keywords for a field are present, `find` will display contacts that satisfy *any* keyword for that field.