summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-08-01 10:55:39 +0300
committerAndrew Dolgov <[email protected]>2015-08-01 10:55:39 +0300
commitebe7edd083e866cd14a6cb8fa6cbf4d7d805e106 (patch)
tree3dbb544496d592b4dc155221f448be23def44dad
parentc4316916746cf8a48319981591071e50a2f15757 (diff)
fox created page: SearchSyntax
-rw-r--r--SearchSyntax.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/SearchSyntax.md b/SearchSyntax.md
new file mode 100644
index 0000000..f55f67a
--- /dev/null
+++ b/SearchSyntax.md
@@ -0,0 +1,15 @@
+Search Syntax
+=============
+
+Note: this page requires you run at least 1.5.3 with SPHINX_SEARCH option in config.php disabled.
+
+Search query consists of several keywords. If keyword starts with "-", it 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
+
+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