summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-04-30 12:52:35 +0100
committerAndrew Dolgov <[email protected]>2008-04-30 12:52:35 +0100
commita0044f2485e808514596f35734a1938574cb6fce (patch)
treeb008e342d19275eb98405c7438fa8f6de04b32d5 /help
parentef1b0366ff33aaf586acaefd7bddac120dcb6371 (diff)
label help: add example for scoring
Diffstat (limited to 'help')
-rw-r--r--help/1.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/help/1.php b/help/1.php
index 28b742e06..8c7756330 100644
--- a/help/1.php
+++ b/help/1.php
@@ -16,6 +16,10 @@
<code>updated &gt; NOW() - INTERVAL '7 days'</code>
+<p>Matches all articles with scores between 100 and 500:</p>
+
+<code>score &gt; 100 and score &lt; 500</code>
+
<p>See the database schema <a target="_blank" href="http://tt-rss.org/trac/browser/schema/ttrss_schema_pgsql.sql">here</a> or included in the distribution package for gruesome details. The relevant tables are <b>ttrss_entries</b> and <b>ttrss_user_entries</b>.</p>
<p class="insensitive">Feel free to post more clever examples of labels on Tiny