diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-06-04 00:38:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-06-04 00:38:40 -0400 |
commit | ce826411b20f94a6ff95b87574b355f897547840 (patch) | |
tree | a51fc68b21ac2f53fdb6148feec065a3258dafff /doc/todo | |
parent | aefe5dd9cb270bd4fceb7922f0a0b09263d211ee (diff) |
more search improvements
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/search_terms.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/search_terms.mdwn b/doc/todo/search_terms.mdwn new file mode 100644 index 000000000..4e3f3aa6b --- /dev/null +++ b/doc/todo/search_terms.mdwn @@ -0,0 +1,5 @@ +The [[plugin/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> |