The module does not work with 4.7 beta 6 - problem updating node mysql.

Jim

Comments

budda’s picture

Yeah ALTER TABLE node ADD FULLTEXT(title, body); is invalid on the dbase.

introfini’s picture

Hi,

The tables have changed. You have to do it in another table:

ALTER TABLE node_revisions ADD FULLTEXT(title, body);

I think the description on http://drupal.org/node/25974 should be corrected.

Regards,
introfini
onossocasamento.pt

deekayen’s picture

Status: Active » Fixed

It was already in the readme. Project page updated.

Anonymous’s picture

Status: Fixed » Closed (fixed)