[Koha] Authorities not linking in 3.10
Doug Kingston
dpk at randomnotes.org
Tue Jan 8 07:09:53 NZDT 2013
I have a suspicion that the problem may be related to this section of
lib/C4/Koha.pm:
sub getFacets {
my $facets;
if ( C4::Context->preference("marcflavour") eq "UNIMARC" ) {
$facets = [
...
}
else {
$facets = [
{
idx => 'su-to',
label => 'Topics',
tags => [ qw/ 650a / ],
sep => '--',
},
# {
# idx => 'su-na',
# label => 'People and Organizations',
# tags => [ qw/ 600a 610a 611a / ],
# sep => 'a',
# },
{
idx => 'su-geo',
label => 'Places',
tags => [ qw/ 651a / ],
sep => '--',
},
{
idx => 'su-ut',
label => 'Titles',
tags => [ qw/ 630a / ],
sep => '--',
},
{
idx => 'au',
label => 'Authors',
tags => [ qw/ 100a 110a 700a / ],
sep => ', ',
},
...
What should actually be going on here and do we need ot make an index
called 'su-na' and un-comment this?
-Doug-
On Mon, Jan 7, 2013 at 9:18 AM, Elaine Bradtke <eb at efdss.org> wrote:
> We recently uploaded a batch of records where the 610 and 710 fields in
> them did not link to their relevant authority records. We ran link bibs to
> authorities, and also re-indexed. But there is nothing in any of the $9
> for these fields.
> The records in this import were overwriting old records which had fully
> linked 100, 650 and 700 fields.The 610 and 710 fields are new
> additions. The 100, 650 and 700 fields that were there before seem to work
> ok. So it appears, these new fields aren't linking. Have we missed a step?
>
> --
> Elaine Bradtke
> Data Wrangler
> VWML
> English Folk Dance and Song Society | http://www.efdss.org
> Cecil Sharp House, 2 Regent's Park Road, London NW1 7AY
> Tel +44 (0) 20 7485 2206 (This number is for the English Folk Dance
> and Song Society in London, England. If you wish to phone me personally,
> send an e-mail first. I work off site)
> --------------------------------------------------------------------------
> Registered Company No. 297142
> Charity Registered in England and Wales No. 305999
> ---------------------------------------------------------------------------
> "Writing about music is like dancing about architecture"
> --Elvis Costello (Musician magazine No. 60 (October 1983), p. 52)
>
More information about the Koha
mailing list