Page 2 of 2

Posted: Sat Jan 22, 2005 2:34 pm
by UdoSW
I tried to fix the search in my s9y-blog, creating the index helped, but it doesn't finad all the words.

There reason for this is here: http://dev.mysql.com/doc/mysql/en/Fulltext_Search.html

The MySQL-function simply has its very own ideas of what to consider a 'match'. If you have a word to often in your text, it might be sonsidered as a 'stop word'.

Perhaps the s9y programmers should consider this in the wording of the result.

Udo

Posted: Mon Apr 11, 2005 4:39 pm
by Guest
where du you have to add this:

CREATE FULLTEXT INDEX entry_idx on serendipity_entries (title,body,extended);

????

Posted: Mon Apr 11, 2005 4:52 pm
by garvinhicking
Guest: in phpMyAdmin or your mysql command line client.

Regards,
Garvin