mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 05:31:52 +00:00
fix global search again...
This commit is contained in:
@@ -681,7 +681,7 @@
|
|||||||
$vfeed_query_part = "";
|
$vfeed_query_part = "";
|
||||||
|
|
||||||
// override query strategy and enable feed display when searching globally
|
// override query strategy and enable feed display when searching globally
|
||||||
if ($search_mode == "All feeds") {
|
if ($search && $search_mode == "All feeds") {
|
||||||
$query_strategy_part = "id > 0";
|
$query_strategy_part = "id > 0";
|
||||||
$vfeed_query_part = "(SELECT title FROM ttrss_feeds WHERE
|
$vfeed_query_part = "(SELECT title FROM ttrss_feeds WHERE
|
||||||
id = feed_id) as feed_title,";
|
id = feed_id) as feed_title,";
|
||||||
|
|||||||
Reference in New Issue
Block a user