https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38101 --- Comment #29 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- (In reply to Alex Buckley from comment #27)
so to summarise, does anyone have any advice on the above or should we be adding it as long as the record is indexed and can be found after the patch is applied?
Fixed test plan: 1. Have KTD running with ES: $ ktd --es7 up -d 2. Add a new record 3. Find a cool Wiki page with lots of paragraphs 4. Copy all of the paragraphs and put them on a 500$a field for the record. 5. Search for the record => FAIL: The record is not found 6. Reindex manually (replace XX with the new record biblionumber): $ ktd --shell k$ perl misc/search_tools/rebuild_elasticsearch.pl --biblios --where "biblionumber=XX" -v -v => FAIL: It fails to index it 7. Apply this patch 8. Repeat 6 => SUCCESS: Indexing doesn't explode => SUCCESS: The record is found -- You are receiving this mail because: You are watching all bug changes.