mirror of
https://github.com/YGGverse/Yo.git
synced 2026-04-01 02:05:29 +00:00
define missed crc32url field value
This commit is contained in:
parent
38fbc32151
commit
27946ff27c
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue