Mysql full text does not find underlined results

Asked

Viewed 28 times

0

I’m using the MATCH/AGAINST of to implement a search system, the problem is that, words with underlining (ex: lista_compras_mercado.txt) are interpreted as one, there is some way to turn underlined "separators" of words? as space?

  • you’ve already looked at Mysql replace()

  • replace("mytext_text here","_"," ")

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.