From b7f22779cffe168a9b239bcd7c331a29f1a9e731 Mon Sep 17 00:00:00 2001 From: bwangpj <70694994+bwangpj@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:27:37 +0800 Subject: [PATCH] Update UserGuide.md --- docs/UserGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 85eedc46fa8..289943cdcda 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -239,7 +239,7 @@ Shows contacts with a tag that fully matches the specified tag (case-insensitive e.g. `filter Friend` will _not_ match the tag `Close Friend`. - The keyword can contain spaces.\ - e.g. `filter Close Friend` will match the tag `Close Friend` (and this tag only). + e.g. `filter Close Friend` will match the tag `Close Friend` (and this tag only).\ e.g. `filter Close⠀⠀⠀⠀⠀⠀⠀⠀Friend` will _not_ match the tag `Close Friend`. - In summary, `filter` looks for tags which are an exact match, ignoring casing only.