label help: add example for scoring
This commit is contained in:
parent
ef1b0366ff
commit
a0044f2485
|
@ -16,6 +16,10 @@
|
|||
|
||||
<code>updated > NOW() - INTERVAL '7 days'</code>
|
||||
|
||||
<p>Matches all articles with scores between 100 and 500:</p>
|
||||
|
||||
<code>score > 100 and score < 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
|
||||
|
|
Loading…
Reference in New Issue