Someone at work did a four word search where every word was part of the ft_stopword_file, the search returned no results as it should. This has somehow turned into a big heary deal and they want the ft_stopword_file variable set to nothing so ALL words are included in a full text search.
I don't want to do this without knowing exactly what all those words are. Does anyone know how I can get a list of these words? The contents of the MySQL varibale is '(built-in)'...
So on with the questions:
- Can I view this list?
- Can I hand edit the list without rebuilding the entire list?
Any info on this would be great. Thanks.