mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:35:55 +00:00
pref-feeds: allow searching by feed_url
This commit is contained in:
@@ -34,7 +34,7 @@ class Pref_Feeds extends Handler_Protected {
|
||||
else
|
||||
$search = "";
|
||||
|
||||
if ($search) $search_qpart = " AND LOWER(title) LIKE LOWER('%$search%')";
|
||||
if ($search) $search_qpart = " AND (LOWER(title) LIKE LOWER('%$search%') OR LOWER(feed_url) LIKE LOWER('%$search%'))";
|
||||
|
||||
// first one is set by API
|
||||
$show_empty_cats = $_REQUEST['force_show_empty'] ||
|
||||
|
||||
Reference in New Issue
Block a user