Download Size md5 hash
similar-4.6.x-1.x-dev.tar.gz 8.32 KB 636a35b2539748245c0f3574d4c84fb3
similar-4.6.x-1.x-dev.zip 8.82 KB 473655da70857b89590f647df4406334
Development snapshot from branch: 4.6.x-1.x
Last updated: February 25, 2011 - 07:49

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);

nobody click here