Posted by deekayen on June 29, 2005 at 5:20pm
| 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 |
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);