From 6dd3150d2bfd6303460b6ad4be3e01a2809d41c9 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 21 Mar 2019 05:09:03 -0700 Subject: [PATCH] Document that Unique ID filtering uses exact string matching. --- src/General/Settings/Filter-guide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Settings/Filter-guide.html b/src/General/Settings/Filter-guide.html index 911a9051f..5dec5f533 100644 --- a/src/General/Settings/Filter-guide.html +++ b/src/General/Settings/Filter-guide.html @@ -3,7 +3,7 @@ Use regular expressions, one per line.
Lines starting with a # will be ignored.
For example, /weeaboo/i will filter posts containing the string `weeaboo`, case-insensitive.
- MD5 filtering uses exact string matching, not regular expressions. + MD5 and Unique ID filtering use exact string matching, not regular expressions.