From 64f2071d8c6ff925bc93eeae190c74da2ff6134a Mon Sep 17 00:00:00 2001 From: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com> Date: Wed, 24 Jan 2024 12:00:57 +0200 Subject: [PATCH] Add note for auto tag (#4490) --- 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