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] New script offered: remove_all_authority_links.pl

2016-06-23 Thread Nicholas van Oudtshoorn
Hi everyone, Not sure if this would be of any use to anyone, but I've found it useful, so wanted to share. Basically, this script runs through and unlinks biblios from authority records. There's a list of fields in there, and any subfield 9 data is simply deleted.. Nick remove_all_authori

[Koha-devel] New script offered: update_framework_code

2016-06-23 Thread Nicholas van Oudtshoorn
Hi everyone, I've been trying to tidy up our data, and found that somehow all of the frameworks for biblios were rest to "Default". This script runs through all the biblios and tries to match 942c (item type) to framework codes. There's an associative array in the script that would have to be

[Koha-devel] libsearch-elasticsearch-perl and liblog-any-perl

2016-06-23 Thread Stefano Bargioni
Hi, I'd like to show Koha running with Elasticsearch at the incoming KohaLa's Symposium in Lyon. I have a Debian 8.5 + Koha 16.05 virtual machine. Following [1] and [2], I installed Elasticsearch. However, installing related Perl modules, I get this error (translated from Italian): libsearch-ela

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] libsearch-elasticsearch-perl and liblog-any-perl

2016-06-23 Thread Mark Tompsett
Greetings, While working on https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16618, I had issues installing underlying Elastic Search libraries too. This is how I solved them, though this may or may not be the best way. --- BEGIN SNIPPET --- And in case you didn't have elastic search

Re: [Koha-devel] libsearch-elasticsearch-perl and liblog-any-perl

2016-06-23 Thread Tomas Cohen Arazi
Stefano, take a look here: https://github.com/digibib/kohadevbox/blob/master/roles/kohadevbox/tasks/elasticsearch.yml El jue., 23 jun. 2016 a las 5:17, Stefano Bargioni () escribió: > Hi, > I'd like to show Koha running with Elasticsearch at the incoming KohaLa's > Symposium in Lyon. > I have a

Re: [Koha-devel] libsearch-elasticsearch-perl and liblog-any-perl

2016-06-23 Thread bargioni
Thx, Mark, everything is fine, including the rebuild_elastic_search.pl. Now Elasticsearch contains my ~1000 bib records. But no results from searches in Koha, both opac and staff; and nothing in /var/log/koha, unfortunately. Any idea? Stefano > On 23 giu 2016, at 13:08, Mark Tompsett wrote: >

Re: [Koha-devel] libsearch-elasticsearch-perl and liblog-any-perl

2016-06-23 Thread Chris Cormack
Hi Stefano I wonder if this is a bug in the UNIMARC support, are you using UNIMARC? Chris On 24 June 2016 at 04:01, wrote: > Thx, Mark, everything is fine, including the rebuild_elastic_search.pl. > Now Elasticsearch contains my ~1000 bib records. > But no results from searches in Koha, both o

[Koha-devel] Koha Development IRC Meeting - 13 July 2016, 14 UTC

2016-06-23 Thread Katrin Fischer
Hi all, it's me again - sending out info about our next Koha development IRC meeting: https://wiki.koha-community.org/wiki/Development_IRC_meeting_13_July_2016 Please add to the agenda on the wiki the topics/bugs you want to discuss! Hope to see you there, Katrin __