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.
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.
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.