[Koha-bugs] [Bug 25030] IncludeSeeFromInSearches not honoured in Elasticsearch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 19 09:37:18 CEST 2021


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Failed QA
                 CC|                            |jonathan.druart+koha at gmail.
                   |                            |com

--- Comment #15 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Tests are not passing for me either.

Undefined subroutine &main::AddAuthority called at
/kohadevbox/koha/t/db_dependent/Koha/SearchEngine/Elasticsearch.t line 874.

then, after the following change:
-use C4::AuthoritiesMarc;
+use C4::AuthoritiesMarc qw( AddAuthority );

I get:
#   Failed test 'No tests run for subtest
"Koha::SearchEngine::Elasticsearch::marc_records_to_documents with
IncludeSeeFromInSearches"'
#   at /kohadevbox/koha/t/db_dependent/Koha/SearchEngine/Elasticsearch.t line
927.
Can't use string ("Can't locate Search/Elasticsearc"...) as a HASH ref while
"strict refs" in use at
/kohadevbox/koha/Koha/SearchEngine/Elasticsearch/Indexer.pm line 130.

After the removing the try in update_index:
Can't locate Search/Elasticsearch/CxnPool/Fluid.pm

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


More information about the Koha-bugs mailing list