From a0044f2485e808514596f35734a1938574cb6fce Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 30 Apr 2008 12:52:35 +0100 Subject: [PATCH] label help: add example for scoring --- help/1.php | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2