Commit d938a767777f42981ec104313878f5d152f06c84

Authored by Alexey Boroda
2 parents eb190b1f 68f06691

Merge remote-tracking branch 'origin/master'

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 [
... ...