[Koha-bugs] [Bug 17546] New: Importing records with a matching rules fails when using Elastic

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 3 15:42:04 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17546

            Bug ID: 17546
           Summary: Importing records with a matching rules fails when
                    using Elastic
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Cataloging
          Assignee: gmcharlt at gmail.com
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl

If the system preference SearchEngine is set to Elasticsearch, attempting to
use matching rules fails with the error:

Can't locate object method "fields" via package "MARC::Record=HASH(0x9ce46a8)"
(perhaps you forgot to load "MARC::Record=HASH(0x9ce46a8)"?) at
/home/vagrant/kohaclone/C4/Biblio.pm line 2713.

It appears that the contents of the variable assumed to be a MARC::Record
object are literally a string and not eh object. I was able to narrow down the
issue to something going on in C4::Matcher::get_matches.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list