From fd3666e77d0920b52f9b3e249e8e318915f3e881 Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Tue, 26 Jan 2010 17:31:07 +0100 Subject: [PATCH 1/1] (bug #4062) add item index in zebra conf This add the "item" index. --- C4/Search.pm | 1 + etc/zebradb/biblios/etc/bib1.att | 1 + etc/zebradb/ccl.properties | 4 ++++ 3 files changed, 6 insertions(+) diff --git a/C4/Search.pm b/C4/Search.pm index f5f87fef4f..39a111f4a5 100644 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -938,6 +938,7 @@ sub getIndexes{ 'holdingbranch', 'homebranch', 'issues', + 'item', 'itemnumber', 'itype', 'Local-classification', diff --git a/etc/zebradb/biblios/etc/bib1.att b/etc/zebradb/biblios/etc/bib1.att index 0f24b0db92..dc9f6de2f0 100644 --- a/etc/zebradb/biblios/etc/bib1.att +++ b/etc/zebradb/biblios/etc/bib1.att @@ -186,3 +186,4 @@ att 9900 Author-personal-bibliography att 9902 Author-in-order # Lexile number att 9903 lex +att 9520 Item diff --git a/etc/zebradb/ccl.properties b/etc/zebradb/ccl.properties index ea0733a93d..f4cb26799c 100644 --- a/etc/zebradb/ccl.properties +++ b/etc/zebradb/ccl.properties @@ -1131,3 +1131,7 @@ DateAdded exp1,1=9 DateChanged exp1,1=10 DateExpires exp1,1=11 ElementSetName exp1,1=12 + +Item 1=9520 +item Item + -- 2.20.1