From e3b0584a493d4d2178bc7c48ff89fde766ff322b Mon Sep 17 00:00:00 2001 From: Gabriel McManus Date: Thu, 17 Jul 2008 20:37:08 +1000 Subject: Use correct term prefixes when searching. The Z term prefix is for stemming and shouldn't be used here. X is for custom fields. --- templates/searchquery.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/searchquery.tmpl b/templates/searchquery.tmpl index 0d6eb6398..782b12cab 100644 --- a/templates/searchquery.tmpl +++ b/templates/searchquery.tmpl @@ -1,5 +1,5 @@ $setmap{prefix,title,S} -$setmap{prefix,link,LINK} +$setmap{prefix,link,XLINK} $set{thousand,$.}$set{decimal,.}$setmap{BN,,Any Country,uk,England,fr,France} ${ $def{PREV, -- cgit v1.2.3