summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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