mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 08:35:57 +00:00
filter testing: exclude archived articles because filtering on them makes no sense
This commit is contained in:
@@ -4058,6 +4058,8 @@
|
|||||||
$qpart .= " AND $cat_qpart";
|
$qpart .= " AND $cat_qpart";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$qpart .= " AND feed_id IS NOT NULL";
|
||||||
|
|
||||||
array_push($query, "($qpart)");
|
array_push($query, "($qpart)");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user