Skip to content

Commit

Permalink
Merge branch 'feature/HES-2316' into 'release/5.2'
Browse files Browse the repository at this point in the history
HES-2316

See merge request heseya/core!392
  • Loading branch information
bvlinsky committed Sep 25, 2023
2 parents f59921a + 953e5e9 commit a208212
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 260 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);
}
}
256 changes: 0 additions & 256 deletions tests/Feature/Products/ProductSearchValuesTest.php

This file was deleted.

0 comments on commit a208212

Please sign in to comment.