From: Andrew Dolgov Date: Wed, 30 Apr 2008 11:52:35 +0000 (+0100) Subject: label help: add example for scoring X-Git-Tag: 1.2.22.1~5 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a0044f2485e808514596f35734a1938574cb6fce;p=tt-rss.git label help: add example for scoring --- diff --git a/help/1.php b/help/1.php index 28b742e0..8c775633 100644 --- a/help/1.php +++ b/help/1.php @@ -16,6 +16,10 @@ updated > NOW() - INTERVAL '7 days' +

Matches all articles with scores between 100 and 500:

+ +score > 100 and score < 500 +

See the database schema here or included in the distribution package for gruesome details. The relevant tables are ttrss_entries and ttrss_user_entries.

Feel free to post more clever examples of labels on Tiny