Forum Moderators: open
ft_stopword_file = ''
Just like it says in the manual [dev.mysql.com]. Restarted the server, rebuilt the index. But somehow a query like
SELECT * FROM table WHERE MATCH column AGAINST ('and') still returns 0 results. The word does exist, and I've set ft_min_word_len to 3, so there really should be results.
Any clue on what I'm doing wrong?
I've been getting mail from people complaining that searching for words like the and and doesn't seem to work. Changing the text is not an option, so I'll need to find a workaround. After all, if two users bother to complain, two thousand might be annoyed.