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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 25 Oct 2021 12:08:00 +0000 (14:08 +0200)
commitf0bcbce7673919d3d5174dc44cdca9a33176bbe9
tree6653d185a99a85148225858f680463cee3d36e59
parent707a01380ca27a8856737e72795ea7d5d8c03b22
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>
catalogue/detail.pl
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
opac/opac-detail.pl