diff options
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index c380e4c9403..cf5ee822235 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -36296,9 +36296,7 @@ Still, this variable is read-only, its value is set in @itemize @bullet @item Make all operations with @code{FULLTEXT} index @strong{faster}. -@item Phrase search, proximity operators -@item Boolean search can work without @code{FULLTEXT} index -(yes, @strong{very} slow). +@item Proximity operators @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. |