mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-28 03:21:28 +00:00
prefs: feed search includes feed_url
This commit is contained in:
@@ -1617,7 +1617,8 @@
|
||||
$_SESSION["pref_sort_feeds"] = $feeds_sort;
|
||||
|
||||
if ($feed_search) {
|
||||
$search_qpart = "UPPER(title) LIKE UPPER('%$feed_search%') AND";
|
||||
$search_qpart = "(UPPER(title) LIKE UPPER('%$feed_search%') OR
|
||||
UPPER(feed_url) LIKE UPPER('%$feed_search%')) AND";
|
||||
} else {
|
||||
$search_qpart = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user