Index: apachesolr_multilingual/apachesolr_multilingual.module
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- apachesolr_multilingual/apachesolr_multilingual.module	(date 1507128683000)
+++ apachesolr_multilingual/apachesolr_multilingual.module	(revision )
@@ -1008,6 +1008,7 @@
           foreach ($suggestions as $word => $value) {
             $replacements[$word] = $value->suggestion[0];
           }
+          $keyword = mb_strtolower($keyword);
           // Replace the keyword with the suggested keyword.
           $suggested_keyword = strtr($keyword, $replacements);
           // Show only if suggestion is different than current query.
