From 713bc497466a364c97c27398c0264699c4db2c9a Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 13 Feb 2016 18:36:55 +0100 Subject: feature #355, apply search by word on tags we "simulate" a search by tag, but we still perform a "search by words" AND "search by tags", which lead to different result compared to "word on title OR file OR description OR tags" --- themes/default/template/search.tpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'themes') diff --git a/themes/default/template/search.tpl b/themes/default/template/search.tpl index 1a12e9832..4129746bd 100644 --- a/themes/default/template/search.tpl +++ b/themes/default/template/search.tpl @@ -47,6 +47,9 @@ jQuery(document).ready(function() { +{if isset($TAGS)} + +{/if}

-- cgit v1.2.3