]> git.koha-community.org Git - koha.git/commit
Bug 29284: Don't die on analytics searching error
authorNick Clemens <nick@bywatersolutions.com>
Wed, 20 Oct 2021 12:46:07 +0000 (12:46 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 29 Oct 2021 13:37:32 +0000 (09:37 -0400)
commitab13f33eaee2599beb376366524d92afa79df034
treea135ec86346521767ffb9559f88624a313e88d81
parentd344366a1738fc0a5c47051d733dbb00a462017e
Bug 29284: Don't die on analytics searching 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

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
catalogue/detail.pl
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
opac/opac-detail.pl