MySQL FullText Weird Characters
- by postalservice14
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