What are the stopwords for Mysql 3.23.47 When you search using FULLTEXT??????
Please help me; when u search using fulltext there are some words that arnt included in ur search
PLEASE HELP
Moderator: General Moderators
On MySQL.com there is a chapter 6.8.1 Full-text Restrictions. But it shows nothing of restrinctions of the words....
6.8.2 Fine-tuning MySQL Full-text Search says
The stopword list can be loaded from file specified by ft_stopword_file variable. See section 4.5.7.4 SHOW VARIABLES. Rebuild your FULLTEXT indexes after modifying the stopword list. (This variable is only available from MySQL version 4.0.10 and onwards)
6.8.2 Fine-tuning MySQL Full-text Search says
The stopword list can be loaded from file specified by ft_stopword_file variable. See section 4.5.7.4 SHOW VARIABLES. Rebuild your FULLTEXT indexes after modifying the stopword list. (This variable is only available from MySQL version 4.0.10 and onwards)