Update search results, fix status grid

This commit is contained in:
Daniel Supernault 2019-07-07 21:17:47 -06:00
parent f86fc83cbd
commit f6663c7ded
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
2 changed files with 7 additions and 8 deletions

View file

@ -143,6 +143,7 @@ class SearchController extends Controller
'tokens' => [$item->caption],
'name' => $item->caption,
'thumb' => $item->thumb(),
'filter' => $item->firstMedia()->filter_class
];
});
$tokens['posts'] = $posts;