MySQL FullText Weird Characters
Posted
by postalservice14
on Server Fault
See other posts from Server Fault
or by postalservice14
Published on 2010-05-14T22:24:31Z
Indexed on
2010/05/14
22:34 UTC
Read the original article
Hit count: 187
It appears MySQL FullText index does not index the word 'C#'. Probably because the character '#' is removed and you are left with C, which is too short to index.
My question is, how would I go about indexing 'C#' so that it is searchable in my FullText index?
Thanks,
John
© Server Fault or respective owner