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


I have written a query that will use the complete search index in the mysql table using the full search index.

But my problem is that when a user searches with "go", it will not search anything because of the stopwatch in mysql.

So my question is, how can I write a complete search query which can ignore the studios?

To override the default stopboard list, set the ft_stopword_file system variable. (The variable value should be the pathname of the file containing the empty string to the StopWord list, , or to disable the stopword filtering, the server sees the file in the directory, unless it is specified to specify a different directory. No full path name should be given. After changing the value of this variable or the contents of the stopsword file, restart the server and complete your index Do Unrnirman.


Comments