diff --git a/src/cli/document/crawl.php b/src/cli/document/crawl.php index e0af44c..f4f0c84 100644 --- a/src/cli/document/crawl.php +++ b/src/cli/document/crawl.php @@ -207,8 +207,9 @@ foreach($index->search('') $index->updateDocument( [ - 'time' => time(), - 'code' => 200 + 'code' => 200, + 'time' => time(), + 'index' => 0 ], $document->getId() );