diff --git a/Docs/manual.texi b/Docs/manual.texi
index 3c4cc0a28abd5e2d25a626cb03af61e248522482..6910e273440e398adbb4c24c9e9069102e40a4b3 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -29308,6 +29308,9 @@ index operations (querying/dumping/statistics).
 @itemize @bullet
 @item Make all operations with @code{FULLTEXT} index @strong{faster}.
 @item Support for braces @code{()} in boolean full-text search.
+@item Phrase search, proximity operators
+@item Boolean search can work without @code{FULLTEXT} index
+(yes, @strong{very} slow).
 @item Support for "always-index words". They could be any strings
 the user wants to treat as words, examples are "C++", "AS/400", "TCP/IP", etc.
 @item Support for full-text search in @code{MERGE} tables.