I am using Full-Text search in MySQL. But when search it with Stopword result is empty.
What I want is operation like what we use with LIKE. Mean that, it do with all word. After I used Full-Text search, I think that it more powerful than LIKE, it can use with index FULLTEXT, with multiple field.
But, when search criteria in AGAINST is in list of Stopwords the result is EMPTY.
How can I use Full-Text search in MySQL that filter although word in Stopword? Or Others way that I can use with search algorithm?