https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42508 --- Comment #11 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 199541 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199541&action=edit Bug 42508: Add ElasticsearchPatronSearch system preferences Adds the system preferences for ES patron search: - ElasticsearchPatronSearch (YesNo): enables ES-powered patron searching - ElasticsearchPatronMaxResultWindow (integer): max result window for the patrons index, applied at index creation time (default: 1000000) - ElasticsearchIndexStatus_patrons (internal): tracks index state - PATRONS_INDEX constant in Koha::SearchEngine::Elasticsearch Test plan: 1. Apply patch 2. Run updatedatabase.pl 3. Verify sysprefs appear in Administration > System preferences > Searching 4. Sign off :-D -- You are receiving this mail because: You are watching all bug changes.