Fulltext and Numbers

0

I have a search table with a FullText index.

When I search for a word, eg, technology, it looks normal.

But if you look for a number, eg 8530, it does not return anything.

    
asked by anonymous 26.04.2016 / 16:41

1 answer

0

I was able to solve the problem. The issue is that LONGTEXT and MEDIUMTEXT fields are not indexed as Fulltext in the version of Mysql that I was using.

    
27.05.2016 / 16:31