mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 01:21:29 +00:00
implement proof of concept postgresql pg_trgm N-gram based marking of similar article titles as read automatically
This commit is contained in:
@@ -3302,6 +3302,8 @@
|
||||
</head><body>";
|
||||
}
|
||||
|
||||
$rv['title'] = $line['title'];
|
||||
|
||||
$rv['content'] .= "<div id=\"PTITLE-$id\" style=\"display : none\">" .
|
||||
truncate_string(strip_tags($line['title']), 15) . "</div>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user