Bugzilla – Attachment 1069 Details for
Bug 3072
'Heading-Main' authority-index breaks authority searching in STABLE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
temporary patch
0001-BUG-3072-small-work-around-patch-to-restore-authorit.patch (text/plain), 1.09 KB, created by
Chris Cormack
on 2009-04-02 05:02:00 UTC
(
hide
)
Description:
temporary patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2009-04-02 05:02:00 UTC
Size:
1.09 KB
patch
obsolete
>From 958716f5cad2f7463e7842bf43d9a9364b2ca640 Mon Sep 17 00:00:00 2001 >From: Mason James <mason.loves.sushi@gmail.com> >Date: Thu, 2 Apr 2009 17:55:54 +1300 >Subject: [PATCH] BUG:3072 small work-around patch to restore authorities searching > >this is a work-around fix, until a future patch arrives to define the missing 'Heading-Main' zebra-index. > >for 3.0.x > >--- > C4/AuthoritiesMarc.pm | 6 +++++- > 1 files changed, 5 insertions(+), 1 deletions(-) > >diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm >index f9bf733..4596bfa 100644 >--- a/C4/AuthoritiesMarc.pm >+++ b/C4/AuthoritiesMarc.pm >@@ -220,7 +220,11 @@ sub SearchAuthorities { > if (@$value[$i]){ > ##If mainentry search $a tag > if (@$tags[$i] eq "mainmainentry") { >- $attr =" \@attr 1=Heading-Main "; >+ >+# FIXME: 'Heading-Main' index not yet defined in zebra >+# $attr =" \@attr 1=Heading-Main "; >+ $attr =" \@attr 1=Heading "; >+ > }elsif (@$tags[$i] eq "mainentry") { > $attr =" \@attr 1=Heading "; > }else{ >-- >1.5.6.5 >
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 3072
:
1069
|
3180
|
3742
|
3775
|
3847
|
3848
|
3864
|
3937