mirror of
https://github.com/friendica/friendica
synced 2025-04-29 07:44:23 +02:00
Compare with lowered tags
This commit is contained in:
parent
7a680dd9b7
commit
0b84e0d056
3 changed files with 20 additions and 3 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue