[Bug 39351] New: SuggestionEngine plugin AuthorityFile is hard-coded to use Zebra
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39351 Bug ID: 39351 Summary: SuggestionEngine plugin AuthorityFile is hard-coded to use Zebra Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching Assignee: koha-bugs@lists.koha-community.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org I say "SuggestionEngine plugin AuthorityFile is hard-coded to use Zebra" but actually it's hard-coded to use C4::AuthoritiesMarc::SearchAuthorities which is hard-coded to use Zebra. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39351 --- Comment #1 from David Cook <dcook@prosentient.com.au> --- So, if you're using Elasticsearch and you've turned off your Zebrasrv, you're likely to see the following error in your logs: [WARN] oAuth error: Connect failed (10000) unix:/var/run/koha/INSTANCE/authoritysocket ZOOM -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39351 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=21820 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39351 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #2 from Fridolin Somers <fridolin.somers@biblibre.com> --- Arg there are 2 value builders UNIMARC with it : cataloguing/value_builder/unimarc_field_210c.pl:use C4::AuthoritiesMarc qw( GetAuthority SearchAuthorities ); cataloguing/value_builder/unimarc_field_210c.pl:###TODO To rewrite in order to use SearchAuthorities cataloguing/value_builder/unimarc_field_210c.pl: my ( $results, $total ) = SearchAuthorities( cataloguing/value_builder/unimarc_field_225a.pl:use C4::AuthoritiesMarc qw( SearchAuthorities GetAuthority ); cataloguing/value_builder/unimarc_field_225a.pl: my ( $results, $total ) = SearchAuthorities( -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org