Page 2 of 2

Re: tired_one - Garvin - Tom - tnx

Posted: Wed Jan 19, 2005 6:05 pm
by garvinhicking
Steve, yeah - the upgrade to .8 should fix that. You can, of course, already now write a simple PHP/MySQL script to fix the index keys on all of your tables, which I'd recommend.

Regards,
Garvin

Posted: Wed Jan 19, 2005 6:10 pm
by tired_one

Code: Select all

create fulltext index entry_idx on serendipity_entries (title, body, extended);
just replace the serendipity_ with whatever your table prefix is.