diff --git a/src/cli/document/crawl.php b/src/cli/document/crawl.php index a19e00d..c432a01 100644 --- a/src/cli/document/crawl.php +++ b/src/cli/document/crawl.php @@ -73,7 +73,8 @@ foreach($search->get() as $document) // Update index time $index->updateDocument( [ - 'time' => time() + 'time' => time(), + 'code' => 404 ], $document->getId() );