Quantcast
Channel: Codeassembly
Viewing all articles
Browse latest Browse all 44

How to implement Mysql full text search on a big website

$
0
0
How to implement Mysql FULL TEXT search on a big website, with million of rows and multiple tables. In case you didn't know, you can't use FULL TEXT when joining two tables, and in most of the cases you have multipe tables to search(normalization) . Here is how you can implement your search, I will show this on a real world example.

Viewing all articles
Browse latest Browse all 44

Trending Articles