]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/search_terms.mdwn
(tiny) markdown syntax
[ikiwiki.git] / doc / todo / search_terms.mdwn
1 The [[plugins/search]] plugin could use xapian terms to allow some special
2 searches. For example, "title:foo", or "link:somepage", or "author:foo", or
3 "copyright:GPL".
4
5 Reference: <http://xapian.org/docs/omega/termprefixes.html>
6
7 [[done]] for title and link, which seem like the really useful ones.