summaryrefslogtreecommitdiff
path: root/SearchSyntax.md
diff options
context:
space:
mode:
authorfox <[email protected]>2019-02-26 05:09:27 +0000
committerfox <[email protected]>2019-02-26 05:09:27 +0000
commit22242d128299c93a6abc71a6718fe13c9018bcbe (patch)
treea60b92026b8e2fa8144adecb59cc4956343720e3 /SearchSyntax.md
parentbba61bc2049d5de547c62911a66172f70df1a41b (diff)
Update page 'SearchSyntax'
Diffstat (limited to 'SearchSyntax.md')
-rw-r--r--SearchSyntax.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/SearchSyntax.md b/SearchSyntax.md
index 00493a3..f5b4093 100644
--- a/SearchSyntax.md
+++ b/SearchSyntax.md
@@ -2,11 +2,11 @@ Note: this page requires you run at least 1.5.3 with SPHINX_SEARCH option in con
Search query consists of several keywords. Keyword starting with "-" is considered a negative match. Several special keywords are available:
-* @{date} - match by date. For example, @yesterday or @2011-11-03. Please note that due to incomplete implementation, special date keywords like yesterday might not match all articles if user timezone is different from tt-rss internal timezone (UTC).
-* pub:{true,false} - match only published or unpublished articles
-* star:{true, false} - same, starred articles
-* unread:{true, false} - self explanatory (requires trunk as of 05.03.2015)
-* note:{true, false, sometext} - same, for articles having an attached note or matching the specified text
-* title:, author: - self explanatory
+* ``@{date}`` - match by date. For example, @yesterday or @2011-11-03. Please note that due to incomplete implementation, special date keywords like yesterday might not match all articles if user timezone is different from tt-rss internal timezone (UTC).
+* ``pub:{true,false}`` - match only published or unpublished articles
+* ``star:{true, false}`` - same, starred articles
+* ``unread:{true, false}`` - self explanatory (requires trunk as of 05.03.2015)
+* ``note:{true, false, sometext}`` - same, for articles having an attached note or matching the specified text
+* ``title:``, ``author:`` - self explanatory
Pointless as it may be, you can combine the negative prefix with the special keywords: -star:true would essentially mean star:false. \ No newline at end of file