Bugzilla – Attachment 2197 Details for
Bug 4506
Add support of record linking by record control number in $w
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add index Recordcontrol number = rcn
0003-Bug-4506-Add-index-Record-control-number-rcn-for-ind.patch (text/plain), 3.79 KB, created by
Katrin Fischer
on 2010-06-02 15:58:12 UTC
(
hide
)
Description:
Add index Recordcontrol number = rcn
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2010-06-02 15:58:12 UTC
Size:
3.79 KB
patch
obsolete
>From 31585bbfb6802086534ce5a2c790cf8e976c7c49 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Fri, 14 May 2010 18:01:56 +0200 >Subject: [PATCH 2/5] Bug 4506: Add index Record-control-number = rcn for indexing of $w subfields >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > C4/Search.pm | 2 ++ > etc/zebradb/biblios/etc/bib1.att | 1 + > etc/zebradb/ccl.properties | 4 ++++ > etc/zebradb/marc_defs/marc21/biblios/record.abs | 14 ++++++++++++++ > 4 files changed, 21 insertions(+), 0 deletions(-) > >diff --git a/C4/Search.pm b/C4/Search.pm >index cb97a1e..308484c 100644 >--- a/C4/Search.pm >+++ b/C4/Search.pm >@@ -893,6 +893,8 @@ sub getIndexes{ > 'popularity', > 'pubdate', > 'Publisher', >+ 'Record-control-number', >+ 'rcn', > 'Record-type', > 'rtype', > 'se', >diff --git a/etc/zebradb/biblios/etc/bib1.att b/etc/zebradb/biblios/etc/bib1.att >index d47b2a3..9b84e25 100644 >--- a/etc/zebradb/biblios/etc/bib1.att >+++ b/etc/zebradb/biblios/etc/bib1.att >@@ -104,6 +104,7 @@ att 1033 Host-item > att 1034 ctype > att 1035 Anywhere > att 1036 Author-Title-Subject >+att 1045 Record-control-number > att 1079 Subject-topical > > >diff --git a/etc/zebradb/ccl.properties b/etc/zebradb/ccl.properties >index 3dbf9be..c106d3b 100644 >--- a/etc/zebradb/ccl.properties >+++ b/etc/zebradb/ccl.properties >@@ -554,6 +554,10 @@ pb Publisher > Note 1=63 > nt Note > >+# Record-linking >+Record-control-number 1=1045 >+rcn Record-control-number >+ > #Record-source 1019 The USMARC code or name of the 008/39, 040 > # organization(s) that created > # the original record, assigned >diff --git a/etc/zebradb/marc_defs/marc21/biblios/record.abs b/etc/zebradb/marc_defs/marc21/biblios/record.abs >index 6cf37ba..74b948e 100644 >--- a/etc/zebradb/marc_defs/marc21/biblios/record.abs >+++ b/etc/zebradb/marc_defs/marc21/biblios/record.abs >@@ -217,25 +217,39 @@ melm 730$r Music-key > melm 730$9 Koha-Auth-Number > melm 730 Title,Title-uniform > melm 740 Title,Title-other-variant >+melm 770$w Record-control-number >+melm 772$w Record-control-number > melm 773$t Host-item >+melm 773$w Record-control-number >+melm 774$w Record-control-number >+melm 775$w Record-control-number >+melm 776$w Record-control-number >+melm 777$w Record-control-number > melm 780$t Title >+melm 780$w Record-control-number > melm 780 Title,Title-former,Related-periodical > melm 785 Related-periodical >+melm 785$w Record-control-number >+melm 787$w Record-control-number > > melm 800$a Name-and-title > #melm 800$t author,Author-title,Name-and-title,Title,Title-series > melm 800$t Author-title,Name-and-title,Title,Title-series > melm 800$9 Koha-Auth-Number > melm 800 Author,Author-name-personal,Name,Personal-name >+melm 800$w Record-control-number > melm 810$a Name-and-title > melm 810$t Author-title,Name-and-title,Title,Title-series >+melm 810$w Record-control-number > melm 810$9 Koha-Auth-Number > melm 810 Author,Corporate-name,Author-name-corporate,Name > melm 811$a Name-and-title > melm 811$9 Koha-Auth-Number > #melm 811$t author,Author-title,Name-and-title,Title,Title-series > melm 811$t Author-title,Name-and-title,Title,Title-series >+melm 811$w Record-control-number > melm 811 Author,Author-name-corporate,Name,Conference-name >+melm 830$w Record-control-number > melm 830$9 Koha-Auth-Number > melm 830 Title,Title-series > melm 840 Title,Title-series >-- >1.6.3.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 4506
:
2195
|
2196
| 2197