From 39df77d8fe14d6bb970292560879a46a3c19d9d5 Mon Sep 17 00:00:00 2001 From: yuxunn Date: Thu, 9 Nov 2023 10:58:41 +0800 Subject: [PATCH] UG --- docs/UserGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index d95cdafa0be..187e3cbfd17 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -494,7 +494,7 @@ find: Finds all persons whose names contain any of the specified keywords (case- Parameters: KEYWORD [MORE_KEYWORDS]... Example: find alice bob charlie`` - +
  • The search is case-insensitive. e.g John will match john.
  • Only full words will be matched e.g. John will not match Johns.