From: Andrew Dolgov Date: Tue, 1 Aug 2006 08:06:36 +0000 (+0100) Subject: correct help for labels (2) X-Git-Tag: schema_freeze_for_1.2.2~44 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=de1ca88885751ee1651ca1fceab4d6b5926989f6;p=tt-rss.git correct help for labels (2) --- diff --git a/help/1.php b/help/1.php index 3fd598f3..309783f4 100644 --- a/help/1.php +++ b/help/1.php @@ -12,11 +12,11 @@

Match all unread articles:

-
ttrss_user_entries.unread = true
+
unread = true

Matches all articles which mention Linux in the title:

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

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