The module does not work with 4.7 beta 6 - problem updating node mysql.
Jim
Yeah ALTER TABLE node ADD FULLTEXT(title, body); is invalid on the dbase.
ALTER TABLE node ADD FULLTEXT(title, body);
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
It was already in the readme. Project page updated.
Comments
Comment #1
buddaYeah
ALTER TABLE node ADD FULLTEXT(title, body);is invalid on the dbase.Comment #2
introfini commentedHi,
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
Comment #3
deekayen commentedIt was already in the readme. Project page updated.
Comment #4
(not verified) commented