prefs: feed search includes feed_url
This commit is contained in:
parent
327a3bbe1a
commit
85af98a6b7
1 changed files with 2 additions and 1 deletions
|
@ -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 = "";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue