Posts by Hellton Lacerda • 21 points
1 post
-
2
votes1
answer71
viewsQ: Search for similar names or with typo - Mysql
I am looking to perform a search in a table containing the name of the products. I created a FULLTEXT to optimize the performance of the queries. SELECT * FROM tabela WHERE MATCH (campo) AGAINST…