Skip to content

Commit

Permalink
Table name for ProductSearch
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawid Miklas committed Sep 25, 2023
1 parent f59921a commit 18dbfb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/Criteria/ProductSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ class ProductSearch extends Criterion
public function query(Builder $query): Builder
{
return $query->whereFullText([
'name',
'description_html',
'description_short',
'search_values',
'products.name',
'products.description_html',
'products.description_short',
'products.search_values',
], $this->value);
}
}

0 comments on commit 18dbfb8

Please sign in to comment.