Browse Source

define missed crc32url field value

main
ghost 1 year ago
parent
commit
27946ff27c
  1. 1
      src/cli/document/crawl.php

1
src/cli/document/crawl.php

@ -73,6 +73,7 @@ foreach($search->get() as $document)
$data = $data =
[ [
'url' => $document->get('url'), 'url' => $document->get('url'),
'crc32url' => $document->get('crc32url'),
'title' => $document->get('title'), 'title' => $document->get('title'),
'description' => $document->get('description'), 'description' => $document->get('description'),
'keywords' => $document->get('keywords'), 'keywords' => $document->get('keywords'),

Loading…
Cancel
Save