14 Jan
2020
14 Jan
'20
11:37 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22828 --- Comment #10 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Nick Clemens from comment #0)
Currently any records that do not index simply fail silently
To recreate: 1 - Use the Koha sample data, or insert a blank 245$b into a record (easiest way is using advanced cataloging editor 2 - Reindex elasticsearch 3 - Check the ES count on the about page 4 - Check the count in the DB (SELECT count(*) FROM biblio) 5 - They don't match!
They match for me. Which record is supposed to be wrong in the sample data? I added a blank 245$b but the reindex is ok. -- You are receiving this mail because: You are watching all bug changes.