Skip to content

Commit

Permalink
Fix catalog search
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Fanamurov committed Jun 9, 2018
1 parent 79cca40 commit e598433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ComponentTraits/ComponentSearchTrait.php
Expand Up @@ -40,7 +40,7 @@ public function search($admin = null)
return \Cache::rememberForever('search'.$this->name.$admin, function () use ($admin) {
$data = [];

if ($this->name !== 'feed') {
if ($this->name !== 'feed' && $this->name !== 'catalog') {
return [];
}

Expand Down

0 comments on commit e598433

Please sign in to comment.