diff --git a/FAQ.md b/FAQ.md
index 8b18652bd6..7f7ee6c269 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -1294,8 +1294,6 @@ This will result in searching in the subject or text (only) like this:
("apple" AND "banana" AND NOT "cherry") OR "nuts"
```
-This will **only** work for searching on the server!
-
Since version 1.1980 it is possible to use these prefixes as a search expression:
diff --git a/index.html b/index.html
index 41b61aa281..a3e452d46e 100644
--- a/index.html
+++ b/index.html
@@ -859,7 +859,6 @@ openssl pkcs12 -export -legacy -in certbag.pem >legacy.p12
apple +banana -cherry ?nuts
This will result in searching in the subject or text (only) like this:
("apple" AND "banana" AND NOT "cherry") OR "nuts"
-This will only work for searching on the server!
Since version 1.1980 it is possible to use these prefixes as a search expression:
from:<email address>