On Sun, May 10, 2009 at 9:58 AM, Matthias Apitz <[email protected]> wrote:
>
>
> I've another (maybe stupid) question: What I have todo that I can use
> fulltext search in the imported tables 'text' and 'page' with the 'Search'
> button on the left side? I've read the
> manual and FAQ in http://www.mediawiki.org/wiki/Manual:Contents but the
> pointer about fulltext search are speaking about MyISAM databases while
> mine is InnoDB... Do I miss something?
>

InnoDB doesn't support fulltext search, which is why the searchindex table
should use MyISAM (the other tables can use InnoDB).  Run
the updateSearchIndex.php maintenance script to populate the index; I don't
know how long it will take, though.
_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to