Searching
Moderator: Thorsten
Re: Searching
For your information: I found the MySQL coded stopword list. I didn't find yesterday: http://dev.mysql.com/doc/refman/5.1/en/ ... words.html
Our public FAQ is proudly powered by phpMyFAQ: http://vhtfaq.ge51.honeywell.de/
Re: Searching
Looking at that list I think i'll need to build my own stopword list instead, but it gives me a list to start
I've now set the ft_min_word_len to 3 so sorted one of the problems.
Many thanks for the help
* Guess the smiley face icon doesn't work

I've now set the ft_min_word_len to 3 so sorted one of the problems.
Many thanks for the help
* Guess the smiley face icon doesn't work
Re: Searching
We'll that all worked well, now using my own stopword list too. Much appreciated.