From 5a7e86daa0ba3204d35e8379f761e5cf323a7b1b Mon Sep 17 00:00:00 2001 From: DogmaDragon Date: Tue, 23 Jan 2024 16:20:55 +0200 Subject: [PATCH] Add note for auto tag --- ui/v2.5/src/docs/en/Manual/AutoTagging.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/v2.5/src/docs/en/Manual/AutoTagging.md b/ui/v2.5/src/docs/en/Manual/AutoTagging.md index 57bc75083f1..28156843cd1 100644 --- a/ui/v2.5/src/docs/en/Manual/AutoTagging.md +++ b/ui/v2.5/src/docs/en/Manual/AutoTagging.md @@ -12,4 +12,6 @@ For example, auto tagging for performer `Jane Doe` will match the following file Matching is case insensitive, and should only match exact wording within word boundaries. For example, the tag `Jane Doe` will not match `Maryjane-Doe` or `Jane-Doen`, but will match `Mary-Jane-Doe`, `Jane-Doe_n`, and `[OF]jane doe`. -Auto tagging for specific Performers, Studios, and Tags can be performed from the individual Performer/Studio/Tag page. \ No newline at end of file +Auto tagging for specific Performers, Studios, and Tags can be performed from the individual Performer/Studio/Tag page. + +> Note: Performer autotagging does not currently match on performer aliases. \ No newline at end of file