Releases of Drupal contributions that are compatible with version 4.6.x of Drupal Core
This module uses MySQL’s FULLTEXT indexing, and requires you to add a fulltext index on the node table.
ALTER TABLE node ADD FULLTEXT(title, body);