1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:15:55 +00:00

correct help for labels (2)

This commit is contained in:
Andrew Dolgov
2006-08-01 09:06:36 +01:00
parent d11bc4de3a
commit de1ca88885

View File

@@ -12,11 +12,11 @@
<p>Match all unread articles:</p>
<pre>ttrss_user_entries.unread = true</pre>
<pre>unread = true</pre>
<p>Matches all articles which mention Linux in the title:</p>
<pre>ttrss_user_entries.title like '%Linux%'</pre>
<pre>ttrss_entries.title like '%Linux%'</pre>
<p>See the database schema included in the distribution package for gruesome
details.</p>