From 39a727a43bc69cba434e5dd9e02bfb9086604d6f Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Tue, 16 Feb 2010 16:30:02 +0100 Subject: [PATCH] (bug #4062) add item index in zebra conf This add the "item" index. Signed-off-by: Galen Charlton --- 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 14e85ce625..6ae98271f0 100644 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -944,6 +944,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