In this section, you will learn how to use MySQL full-text search feature. MySQL full-text search provides a simple and easy way to implement various advanced search techniques such as natural language search, boolean text search and query expansion.
-
Gives you a brief introduction to MySQL Full-text Search and its features.
-
In this tutorial, you will learn how to activate full-text searching for columns in a database table so you can perform full-text search on data of those columns.
-
Basically in natural language search, MySQL looks for rows or documents which are relevant to the free-text natural human language query, for example "How to use MySQL full-text search".
-
In this tutorial, you will learn how to use Boolean text searches in MySQL.
-
We shows you a very important feature of MySQL full-text search which is known as Query Expansion.