From 747885fc7be832b4c5634490e0f96672031f3973 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 11 Jan 2008 08:06:04 +0100 Subject: popup help updates --- help/1.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'help/1.php') diff --git a/help/1.php b/help/1.php index fc7c2003d..b0dfb63e1 100644 --- a/help/1.php +++ b/help/1.php @@ -12,6 +12,11 @@
ttrss_entries.title like '%Linux%'
-

See the database schema included in the distribution package for gruesome -details.

+

Matches all articles for the last week (PostgreSQL):

+
updated > NOW() - INTERVAL '7 days'
+ +

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 +Tiny RSS forums.

-- cgit v1.2.3