Merge via branch
This commit is contained in:
commit
921e7020c9
1 changed files with 1 additions and 1 deletions
|
@ -805,7 +805,7 @@ public function filterFulltext($searchterms)
|
|||
|| (strpos(strtolower($l['description']),$s)!==false)
|
||||
|| (strpos(strtolower($l['url']),$s)!==false)
|
||||
|| (strpos(strtolower($l['tags']),$s)!==false)
|
||||
|| (strpos(strtolower($l['via']),$s)!==false);
|
||||
|| (!empty($l['via']) && (strpos(strtolower($l['via']),$s)!==false));
|
||||
if ($found) $filtered[$l['linkdate']] = $l;
|
||||
}
|
||||
krsort($filtered);
|
||||
|
|
Loading…
Reference in a new issue