https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17571 Bug ID: 17571 Summary: Move ES initialization code into Koha::SearchEngine::Elasticsearch->store Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt@gmail.com Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org The current code does ES initialization in several places (::Search, ::Indexer and ::QueryBuilder), and in different ways (different parameters on each place). The best place would probably be Koha::SearchEngine::Elasticsearch, from which the rest inherit from. -- You are receiving this mail because: You are watching all bug changes.