Commit 68f066918bbf368c75910eeb321301a8b5c59709

Authored by Administrator
1 parent d16773b7

add variantSku

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
helpers/FilterHelper.php
... ... @@ -246,7 +246,7 @@
246 246 */
247 247 foreach ($params as $param) {
248 248  
249   - if(iconv_strlen($param) > 5){
  249 + if(iconv_strlen($param) >= 3){
250 250 $conditions[] = [
251 251 'or',
252 252 [
... ...