]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/todo/search_terms.mdwn
This reverts commit cfc5d5d9ed1a5c76212fecd592639aaa3de9b784
[git.ikiwiki.info.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".
5 Reference: <http://xapian.org/docs/omega/termprefixes.html>
7 [[done]] for title and link, which seem like the really useful ones.