Re: [Koha-devel] trying to understand zebra results

2016-06-23 Thread Nicholas van Oudtshoorn
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

Re: [Koha-devel] trying to understand zebra results

2016-06-23 Thread Nicholas van Oudtshoorn
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

[Koha-devel] trying to understand zebra results

2016-06-22 Thread Nicholas van Oudtshoorn
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