Update search results, fix status grid
This commit is contained in:
parent
f86fc83cbd
commit
f6663c7ded
2 changed files with 7 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue