https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39076
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177695|0 |1 is obsolete| | --- Comment #5 from David Cook <[email protected]> --- Created attachment 177714 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177714&action=edit Bug 39076: Use state variable to avoid creating extra ES connections As elsewhere in the code, we should use a state variable for our 'bib_searcher' object to avoid overhead of extra ES connections. Worth noting - we don't actually use the 'bib_searcher' at all during record auto linking as we pass skipmetadata To test: 0 - Apply patch 1 - Enable biblio auto linking AutoLinkBiblios, CatalogModuleRelink, LinkerRelink 2 - Stage and import a marc file 3 - Confirm record authorities link as expected 4 - Search authorities in the staff interface 5 - Confirm usage counts are shown for results Signed-off-by: Tomas Cohen Arazi <[email protected]> Signed-off-by: David Cook <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
