[Koha-bugs] [Bug 29284] Koha dies when an analytics search fails in Elasticsearch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 20 14:54:31 CEST 2021


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

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 126583
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126583&action=edit
Bug 29284: Don't die on analytics searchign error

This patch adds an eval around the call to search for analytic records
It pases a value to the template on the staff side, but logs the warning on
the opac

This seems similar to 'decoding_error' which is noted on staff side, but absent
on OPAC

The eval follows the patter used during searching

To test:
1 - Add a title to catalog, with 245a:
    Digger does it all (not really!)
2 - Set searchEngine preference to: Elasticsearch
3 - The record does not load
4 - Apply patch
5 - The record loads, there is a note about analytics at the top fo the record
6 - View record in opac, no note
7 - Check logs on intranet and opac, searching error is logged

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


More information about the Koha-bugs mailing list