]> git.wh0rd.org - tt-rss.git/commitdiff
label help: add example for scoring
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 30 Apr 2008 11:52:35 +0000 (12:52 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 30 Apr 2008 11:52:35 +0000 (12:52 +0100)
help/1.php

index 28b742e067a1a09215dc8ada3df2e9d9a11a11ff..8c7756330fe0295aa2f36d360a3b0a3a2fadbfb0 100644 (file)
 
 <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