From 0657aa6daed4f1249b18a7f5dc538beadac952a4 Mon Sep 17 00:00:00 2001 From: Alex Arnaud Date: Wed, 31 Mar 2021 16:02:33 +0200 Subject: [PATCH] Bug 20424: (Followup) Add new zebra indexes for the last IFLA updates Signed-off-by: Sonia Signed-off-by: tkeromnes https://bugs.koha-community.org/show_bug.cgi?id=6473 --- C4/Search.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/C4/Search.pm b/C4/Search.pm index 9a87f15347..3738e5f34e 100644 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -993,6 +993,7 @@ sub getIndexes{ 'bio', 'biography', 'callnum', + 'carrier-type', 'cfn', 'Chronological-subdivision', 'cn-bib-source', @@ -1024,10 +1025,12 @@ sub getIndexes{ 'Date-of-publication', 'Date-time-last-modified', 'Dewey-classification', + 'Digital-content', 'Dissertation-information', 'diss', 'dtlm', 'EAN', + 'Electronic-resource', 'extent', 'fic', 'fiction', @@ -1042,6 +1045,7 @@ sub getIndexes{ 'Host-item', 'id-other', 'ident', + 'Identifier-persistent', 'Identifier-standard', 'Illustration-code', 'Index-term-genre', -- 2.30.2