similar 4.6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| similar-4.6.x-1.x-dev.tar.gz | 8.31 KB | 59ca58fb203b3060ead5f4e0bfe20c0a |
Nightly development snapshot from CVS branch: DRUPAL-4-6
Last updated: November 30, 2007 - 00:08
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);
