diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-06-04 14:13:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-06-04 14:13:21 -0400 |
commit | e4119f048c9ddd8795df378ff1ad676dca28de82 (patch) | |
tree | 46ac0e2defa99a166985e12a74a278dfb5a86fbd /doc/todo/search_terms.mdwn | |
parent | 319e2c94deeffc3ffe1244d8afe27c6007b9b47b (diff) | |
download | ikiwiki-e4119f048c9ddd8795df378ff1ad676dca28de82.tar ikiwiki-e4119f048c9ddd8795df378ff1ad676dca28de82.tar.gz |
The search interface now allows searching for a page by title ("title:foo"), as well as for pages that contain a given link ("link:bar").
Diffstat (limited to 'doc/todo/search_terms.mdwn')
-rw-r--r-- | doc/todo/search_terms.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/search_terms.mdwn b/doc/todo/search_terms.mdwn index 4e3f3aa6b..0e5edb520 100644 --- a/doc/todo/search_terms.mdwn +++ b/doc/todo/search_terms.mdwn @@ -3,3 +3,5 @@ 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. |