From e4119f048c9ddd8795df378ff1ad676dca28de82 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 4 Jun 2008 14:13:21 -0400 Subject: 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"). --- templates/searchquery.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/searchquery.tmpl') diff --git a/templates/searchquery.tmpl b/templates/searchquery.tmpl index 33a7cb6fa..bf36f3330 100644 --- a/templates/searchquery.tmpl +++ b/templates/searchquery.tmpl @@ -1,3 +1,5 @@ +$setmap{prefix,title,S} +$setmap{prefix,link,LINK} $set{thousand,$.}$set{decimal,.}$setmap{BN,,Any Country,uk,England,fr,France} ${ $def{PREV, -- cgit v1.2.3