I have a varchar column that contains the word clients. It is fulltext with clients data. I am failing to locate the row when searching by word client. I am hoping to avoid LIKE because of number of records. Is LIKE the only way to go? I read that WITH QUERY EXPANSION might help but the shared mysql server i am using does not recognize it.
Any tips?