X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2Frebuildtextindex.php;h=e29d89e19378fc53df0fe467e8793083cc133418;hb=6fcd6ad4b56b487202dfa5f0b0273e009889c9c3;hp=bc85c666aff9fef451e13b7d5b5cd1713e3d40b2;hpb=27f8aa732e55f0655255152fa22655fa07424c2d;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/rebuildtextindex.php b/maintenance/rebuildtextindex.php index bc85c666af..e29d89e193 100644 --- a/maintenance/rebuildtextindex.php +++ b/maintenance/rebuildtextindex.php @@ -70,6 +70,7 @@ class RebuildTextIndex extends Maintenance { if ( $this->db->getType() == 'mysql' ) { $this->dropMysqlTextIndex(); + $this->clearSearchIndex(); $this->populateSearchIndex(); $this->createMysqlTextIndex(); } else {