While using a like comparison in a select query I am unable to locate an existing exact match when the search string contains a space. I am initiating the query via a web based php script. The field being searched is collated latin1_general_ci and has a fulltext index as well.
More specifically the field contains a "full name", i.e. John Smith which would be successfully located with the search string smith or SMITH or ohn, etc., just not with John Smith, etc...
I thought the fulltext index would solve this; but, did not.
TIA,
-Allen M.
More specifically the field contains a "full name", i.e. John Smith which would be successfully located with the search string smith or SMITH or ohn, etc., just not with John Smith, etc...
I thought the fulltext index would solve this; but, did not.
TIA,
-Allen M.