From b44d8c51472b4827754a049bc83fb8d5f3eaff4c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 11 Jan 2008 08:18:19 +0100 Subject: label help tweaks --- help/1.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'help/1.php') diff --git a/help/1.php b/help/1.php index b0dfb63e1..28b742e06 100644 --- a/help/1.php +++ b/help/1.php @@ -6,15 +6,15 @@

Match all unread articles:

-
unread = true
+unread = true

Matches all articles which mention Linux in the title:

-
ttrss_entries.title like '%Linux%'
+ttrss_entries.title like '%Linux%'

Matches all articles for the last week (PostgreSQL):

-
updated > NOW() - INTERVAL '7 days'
+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.

-- cgit v1.2.3