diff --git a/src/cli/yggo/import.php b/src/cli/yggo/import.php index 6cfde5c..611a8f8 100644 --- a/src/cli/yggo/import.php +++ b/src/cli/yggo/import.php @@ -149,6 +149,7 @@ for ($i = 0; $i <= $total; $i++) $index->addDocument( [ 'url' => $url, + 'crc32url' => (int) $crc32url, 'time' => (int) $remote->timeUpdated, 'code' => (int) $remote->httpCode, 'size' => (int) $remote->size,