From 9e63271c8a2963f75b468fa410cfb8e1ebf05906 Mon Sep 17 00:00:00 2001 From: Henri-Damien LAURENT Date: Wed, 19 Nov 2008 14:58:25 +0100 Subject: [PATCH] Bug 2790 no UNIMARC search on avail items [1/2] Changing record.abs file to add the management of acquisition date, modification date and lost Signed-off-by: Galen Charlton --- etc/zebradb/marc_defs/unimarc/biblios/record.abs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/etc/zebradb/marc_defs/unimarc/biblios/record.abs b/etc/zebradb/marc_defs/unimarc/biblios/record.abs index da70e45bc0..c2de30d7f8 100644 --- a/etc/zebradb/marc_defs/unimarc/biblios/record.abs +++ b/etc/zebradb/marc_defs/unimarc/biblios/record.abs @@ -24,6 +24,9 @@ all any melm 001 Local-number,Local-number:n # Local-number (biblionumber can be either in 090$9 or, on some setup, on 001) melm 090$9 Local-number,Local-number:n +melm 099$c date-entered-on-file:s,date-entered-on-file:n,date-entered-on-file:y +melm 099$d Date/time-last-modified:s,Date/time-last-modified:n,Date/time-last-modified:y + melm 010$a ISBN:w # wrong ISBN @@ -37,7 +40,7 @@ melm 011$z ISSN:w,Identifier-standard:w melm 200$b itemtype:w melm 995$r itype:w -melm 100$a date-entered-on-file:n:range(data,0,8),date-entered-on-file:s:range(data,0,8),tpubdate:s:range(data,8,1),ta:w:range(data,17,1),ta:w:range(data,18,1),ta:w:range(data,19,1),Modified-code:n:range(data,21,1),ln:s:range(data,22,3),char-encoding:n:range(data,26,2),char-encoding:n:range(data,28,2),char-encoding:n:range(data,30,2),script-Title:n:range(data,34,2) +melm 100$a tpubdate:s:range(data,8,1),ta:w:range(data,17,1),ta:w:range(data,18,1),ta:w:range(data,19,1),Modified-code:n:range(data,21,1),ln:s:range(data,22,3),char-encoding:n:range(data,26,2),char-encoding:n:range(data,28,2),char-encoding:n:range(data,30,2),script-Title:n:range(data,34,2) melm 101$a ln melm 102$a Country-heading @@ -316,6 +319,7 @@ melm 646 Subject,Subject:p melm 676$a Dewey-classification:w,Dewey-classification:s #############"# item information (based on 995) ############### +melm 995$2 lost,lost:n melm 995$a homebranch,Host-item melm 995$b homebranch,Host-item melm 995$c holdingbranch,Record-Source -- 2.39.5