Last updated: May 23, 2022

Fulltext Search

Just as the name suggests, this includes the search, types of search, and how to achieve them. In MySQL, there may be MySQL full-text search. It is explained how can we do it. Full-Text search covers other topics such as Natural language Fulltext search and boolean Fulltext search. It introduces other full-text searches such as query expansion and Ngram full-text search. The full-text search introduces these searches as well as explains what it is and how to do them. 
MySQL Fulltext Search
In this article, we will learn about Fulltext search in MySQL, its types, and the advantages and disadvantages of Fulltext search.
MySQL Natural Language FULLTEXT Search
This article will discuss the FULLTEXT search in MySQL.It will highlight its most helpful type, i.e., Natural language.
MySQL ngram Full-Text Parser
In this Blog, we will learn about MySQL ngram Full-Text Parser and will go through various examples.