https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16489 --- Comment #1 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 51379 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51379&action=edit Bug 16489: ES code incorrectly refers to Moose Probably a leftover from the original SolR code, there are unused references to Moose in the new Elasticsearch code. To test: - Run: $ git grep Moose => FAIL: There are unneeded references to Moose: Koha/SearchEngine/Zebra/QueryBuilder.pm:use Moose::Role; Koha/SearchEngine/Zebra/Search.pm:#use Moose::Role; - Apply the patch - Run: $ git grep Moose => SUCCESS: No references to Moose - Run: $ prove t/Search* t/db_dependent/Search* => SUCCESS: Tests pass - Sign off -- You are receiving this mail because: You are watching all bug changes.