https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42508
--- Comment #37 from Tomás Cohen Arazi (tcohen) <[email protected]> --- Created attachment 199622 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199622&action=edit Bug 42508: Add ES patron indexing infrastructure Adds the indexing layer for ES patron search: - Patron field mappings YAML (patron_mappings.yaml) - Indexer module (Koha::SearchEngine::Elasticsearch::Indexer::Patrons) - Background job for async patron indexing (UpdateElasticPatronIndex) - CLI tool for index management (misc/search_tools/es_patron_index.pl) - Indexing hooks on Koha::Patron and Koha::Patron::Attribute Test plan: 1. Apply patch 2. Run: $ ktd --shell k$ prove t/Koha/SearchEngine/Elasticsearch/Indexer/Patrons.t \ t/db_dependent/Koha/SearchEngine/Elasticsearch/Indexer/Patrons.t => SUCCESS: Tests pass! 3. Sign off :-D -- 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/
