[Koha-bugs] [Bug 23670] New: Load Koha::Exceptions::ElasticSearch module in Koha::SearchEngine::Elasticsearch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 23 18:27:11 CEST 2019


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

            Bug ID: 23670
           Summary: Load Koha::Exceptions::ElasticSearch module in
                    Koha::SearchEngine::Elasticsearch
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: trivial
          Priority: P5 - low
         Component: Searching - Elasticsearch
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nicolas.legrand at bulac.fr

When your mapping includes an Invalid MARC field expression, it tries to throw
an exception with Koha::Exceptions::Elasticsearch::MARCFieldExprParseError. But
since Koha::Exceptions::Elasticsearch isn't loaded in
Koha::SearchEngine::Elasticsearch, it dies like this:

Can't locate Koha/Exceptions/Elasticsearch/MARCFieldExprParseError.pm in @INC
(you may need to install the
Koha::Exceptions::Elasticsearch::MARCFieldExprParseError module)

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


More information about the Koha-bugs mailing list