Page MenuHomec4science

20130912.maniphest.4.fillindex.php
No OneTemporary

File Metadata

Created
Sun, Dec 29, 05:17

20130912.maniphest.4.fillindex.php

<?php
// Update the "PROJ" search index, to:
//
// - Populate the index itself, which was added recently.
// - Populate the secondary object name index in Maniphest.
$root = dirname(phutil_get_library_root('phabricator'));
$command = new PhutilExecPassthru(
'php -f %s -- index --type PROJ',
$root.'/scripts/search/manage_search.php');
$err = $command->execute();
if ($err) {
throw new Exception("Update failed!");
}

Event Timeline