X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FSearch.php;h=0b921ecc1891531cd7faaeb416e8c7f3ddc12d06;hb=1342825401e6e9e079eeec212271046930e1f475;hp=ca8960ef35bc6ec2437a0cc078ceffca441a89a6;hpb=af1abba271dcf2ab9b9f555bcbda3a0e3dd79993;p=friendica.git diff --git a/src/Model/Search.php b/src/Model/Search.php index ca8960ef35..0b921ecc18 100644 --- a/src/Model/Search.php +++ b/src/Model/Search.php @@ -42,7 +42,7 @@ class Search $tags = []; while ($term = DBA::fetch($termsStmt)) { - $tags[] = trim($term['term'], '#'); + $tags[] = trim(mb_strtolower($term['term']), '#'); } DBA::close($termsStmt); return $tags;