diff --git a/help/1.php b/help/1.php index 3fd598f34..309783f43 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.