mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 12:51:28 +00:00
feed search works now
This commit is contained in:
@@ -204,7 +204,7 @@
|
||||
print "<tr>
|
||||
<td colspan=\"3\" class=\"title\">" . $line["title"] . "</td></tr>";
|
||||
|
||||
if ($ext == "SEARCH") {
|
||||
if ($subop == "search") {
|
||||
$search = $_GET["search"];
|
||||
$search_query_part = "(upper(title) LIKE upper('%$search%')
|
||||
OR content LIKE '%$search%') AND";
|
||||
|
||||
Reference in New Issue
Block a user