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

paul.poulain at biblibre.com paul.poulain at biblibre.com
Thu Apr 7 16:12:23 CEST 2011


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

in Search.pm, in the list of available indexes, Title-host is missing
---
 C4/Search.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/C4/Search.pm b/C4/Search.pm
index b92cb14..94ef2a3 100644
--- a/C4/Search.pm
+++ b/C4/Search.pm
@@ -951,6 +951,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