wiki search broken (missing FULLTEXT indexes)

wiki search broken (missing FULLTEXT indexes)

For the discussion of infrastructure improvements and changes.

Moderator: Moderators

Post Reply
dansan
Server Owner & Developer
Posts: 1203
Joined: 29 May 2010, 23:40

wiki search broken (missing FULLTEXT indexes)

Post by dansan »

Reproduce by searching something through the search form at the bottom of the wiki.

Code: Select all

A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:

    (SQL query hidden)

from within function "SearchMySQL::searchInternal". Database returned error "1214: The used table type doesn't support FULLTEXT indexes (localhost)".
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Re: wiki search broken (missing FULLTEXT indexes)

Post by knorke »

right now it works. things randomly stop working atm due to the working on server..
abma
Spring Developer
Posts: 3798
Joined: 01 Jun 2009, 00:08

Re: wiki search broken (missing FULLTEXT indexes)

Post by abma »

knorke wrote:right now it works. things randomly stop working atm due to the working on server..
google search vs wiki search http://springrts.com/wiki/Special:Search

should work again, tables were converted to innodb to allow database dumps without blocking, but the table wiki_searchindex has to be myisam as innodb doesn't support FULLTEXT search... :-|
Post Reply

Return to “Infrastructure Development”