Scratch that. It's a lot better than it was - but still doesn't get me
the results I want. "match-heading" only searches on the first word in
the search term. "match-heading" searches on all of the words in the
search, but not as a phrase."
For instance, we have an PERSO_NAME authority with no
H - if I modify Heading.pm, changing
sub authorities {
my $self = shift;
my $skipmetadata = shift;
my ( $results, $total ) = _search( $self, 'match-heading',
$skipmetadata );
return $results;
}
to
sub authorities {
my $self = shift;
my $skipmetadata
Hello all!
Here at PBC, I'm in the process of trying to relink all of our biblios
to the right authority files. Somehow, they were an /incredible/ mess.
I've created the authority records okay, but when trying to run
link_bibs_to_authorities.pl, it links them to the wrong places.
Investigati