Page MenuHomec4science

20171026.ferret.05.ponder.index.php
No OneTemporary

File Metadata

Created
Mon, Nov 25, 10:25

20171026.ferret.05.ponder.index.php

<?php
$table = new PonderQuestion();
foreach (new LiskMigrationIterator($table) as $question) {
PhabricatorSearchWorker::queueDocumentForIndexing(
$question->getPHID(),
array(
'force' => true,
));
}

Event Timeline