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 /debian | |
parent | 319e2c94deeffc3ffe1244d8afe27c6007b9b47b (diff) |
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 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 34112ab26..6ce6bd067 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ ikiwiki (2.49) UNRELEASED; urgency=low prevent wikilinks added by filters from being scanned properly. But no known filter hook does that, so let's not waste time on it. * Pass a destpage parameter to the sanitize hook. + * 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"). -- Joey Hess <joeyh@debian.org> Fri, 30 May 2008 19:08:54 -0400 |