[Koha-patches] [PATCH] [SIGNED-OFF] Bug 6118 - Title-host missing in Search.pm

Jonathan Druart jonathan.druart at biblibre.com
Fri Apr 8 09:25:16 CEST 2011


From: Paul Poulain <paul.poulain at biblibre.com>

in Search.pm, in the list of available indexes, Title-host is missing

Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
---
 C4/Search.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/C4/Search.pm b/C4/Search.pm
index 3b1ec79..81f66f4 100644
--- a/C4/Search.pm
+++ b/C4/Search.pm
@@ -956,6 +956,7 @@ sub getIndexes{
                     'Title',
                     'Title-cover',
                     'Title-series',
+                    'Title-host',
                     'Title-uniform',
                     'Title-uniform-heading',
                     'Title-uniform-see',
-- 
1.7.1



More information about the Koha-patches mailing list