Compare with lowered tags

This commit is contained in:
Michael 2024-01-09 06:40:07 +00:00
parent 7a680dd9b7
commit 0b84e0d056
3 changed files with 20 additions and 3 deletions

View file

@ -197,6 +197,10 @@ class UserDefinedChannel extends \Friendica\BaseRepository
return [];
}
array_walk($tags, function (&$value) {
$value = mb_strtolower($value);
});
$this->db->insert('check-full-text-search', ['pid' => getmypid(), 'searchtext' => $searchtext], Database::INSERT_UPDATE);
$uids = [];