aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/search_terms.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/search_terms.mdwn')
-rw-r--r--doc/todo/search_terms.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/search_terms.mdwn b/doc/todo/search_terms.mdwn
new file mode 100644
index 000000000..cf1708c34
--- /dev/null
+++ b/doc/todo/search_terms.mdwn
@@ -0,0 +1,7 @@
+The [[plugins/search]] plugin could use xapian terms to allow some special
+searches. For example, "title:foo", or "link:somepage", or "author:foo", or
+"copyright:GPL".
+
+Reference: <http://xapian.org/docs/omega/termprefixes.html>
+
+[[done]] for title and link, which seem like the really useful ones.