Yarik
/
artbox-ecommerce
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
68f066918bbf368c75910eeb321301a8b5c59709
Authored by
Administrator
2016-12-01 12:25:10 +0200
1 parent
d16773b7
add variantSku
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
helpers/FilterHelper.php
Inline
Side-by-side
helpers/FilterHelper.php
Show/Hide comments
View file @
68f0669
@@ -246,7 +246,7 @@
@@ -246,7 +246,7 @@
246
*/
246
*/
247
foreach ($params as $param) {
247
foreach ($params as $param) {
248
248
249
- if(iconv_strlen($param) >
5
){
249
+ if(iconv_strlen($param) >
= 3
){
250
$conditions[] = [
250
$conditions[] = [
251
'or',
251
'or',
252
[
252
[