Searched +full:rebuild +(+path:plugin +path:searchindex) -(+path:plugin +path:searchindex +path:lang) (Results 1 – 3 of 3) sorted by relevance
7 * Separate update and rebuild options40 jQuery('#plugin__searchindex_rebuild').click(pub.rebuild);85 * Cleans the index (ready for complete rebuild)102 pub.rebuild = function() { function 108 pub.update = function(rebuild) { argument 110 rebuild = rebuild || false;123 // complete index rebuild?124 if (rebuild === true) {
35 echo '<input type="button" class="button" id="plugin__searchindex_rebuild" value="' . $this->getLang('rebuild') . '"/>';
6 desc Allows to rebuild the fulltext search index