You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update AlgoliaImportWorldHeritages so each Algolia object carries main_image_url, and switch the existing thumbnail_url to derive from main_image_url first.
Changes / 対応内容
Add 'world_heritage_sites.main_image_url' to the SELECT.
Add 'main_image_url' => $row->main_image_url to the Algolia object.
Summary
Update
AlgoliaImportWorldHeritagesso each Algolia object carriesmain_image_url, and switch the existingthumbnail_urlto derive frommain_image_urlfirst.Changes / 対応内容
'world_heritage_sites.main_image_url'to the SELECT.'main_image_url' => $row->main_image_urlto the Algolia object.'thumbnail_url' => $row->main_image_url ?? $row->images->first()?->url(preserve existing fallback).