Home | Ask Questions | Consulting Services | Documentation | Contribute | Contact

Configuring full text search in Askbot

Currently there are two supported language-aware mechanisms for full text search:

MySQL supports text search only for English and only for the MyISAM storage engine. MyISAM engine lacks support of the database transactions, therefore it is strongly recommended to use Postgresql.

Table Of Contents

Previous topic

Configuring language support in Askbot

Next topic

Migrating data from MySQL to Postgresql