How can I write full search index query which will not consider any stopwords?

Posted by Avinash on Stack Overflow See other posts from Stack Overflow or by Avinash
Published on 2010-05-15T06:20:31Z Indexed on 2010/05/15 6:24 UTC
Read the original article Hit count: 236

I have written a query which will perform Full Text search using full search Index in mysql Table.

But my problem is that when user searches with "to go" then it will not search anything because of stopwords in mysql.

So my question is, how can I write a Full Search query which will ignore the stopwords?

© Stack Overflow or respective owner

Related posts about mysql-query

Related posts about mysql