define missed crc32url field value

This commit is contained in:
ghost 2023-11-27 21:03:38 +02:00
parent 38fbc32151
commit 27946ff27c

View File

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