]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/todo/search_terms.mdwn
This reverts commit c4d0086bd39e3dd5b8a9b240971c2ed2830304dc
[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.