Skip to content

Commit

Permalink
+ еще немного регистронезависимости
Browse files Browse the repository at this point in the history
  • Loading branch information
webber12 committed Sep 25, 2017
1 parent 1d53358 commit 52cbe17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/snippets/evoSearch/snippet.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ public function makeAddLikeWhere ($searchText = '', $main_separator = 'OR', $sea
$min_length = $this->params['addLikeSearchLength'];
$tmp = array();
$inner_separator = 'OR';
$searchText = mb_strtolower($searchText, "UTF-8");
if ($this->params['addLikeSearch'] == '1') {
switch ($this->params['addLikeSearchType']) {
case 'oneword' : //любое слово
Expand Down

0 comments on commit 52cbe17

Please sign in to comment.