From 01c9c74ab7a1a961d38dfe8201fcb0b17d795ae8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 27 Nov 2005 11:56:53 +0100 Subject: label help uses infoboxes, real help system --- help/1.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 help/1.php (limited to 'help') diff --git a/help/1.php b/help/1.php new file mode 100644 index 000000000..b6174812a --- /dev/null +++ b/help/1.php @@ -0,0 +1,23 @@ +

Help for SQL expressions

+ +

Description

+ +

The «SQL expression» is added to WHERE clause of + view feed query. You can match on ttrss_entries table fields + and even use subselect to query additional information. This + functionality is considered to be advanced and requires basic + understanding of SQL.

+ +

Examples

+ +

Match all unread articles:

+ +
unread = true
+ +

Matches all articles which mention Linux in the title:

+ +
title like '%Linux%'
+ +

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

+ -- cgit v1.2.3