Search fails to function

Found a bug? Tell us!!
UdoSW

Post 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
Guest

Post by Guest »

where du you have to add this:

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

????
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Guest: in phpMyAdmin or your mysql command line client.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply