https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27667 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement adds release notes| |information about | |non-indexed records when | |using the Elasticsearch | |search engine on the About | |Koha > System information | |page. | | | |For example: | | | |Records are missing in | |Elasticsearch search engine | |- Warning 1 record(s) | |missing on a total of 435 | |in indice | |koha_kohadev_biblios. | |- | |Warning 1 record(s) | |missing on a total of 1705 | |in indice | |koha_kohadev_authorities. CC| |david@davidnind.com --- Comment #4 from David Nind <david@davidnind.com> --- Testing notes (using koha-testing-docker with sample data): - For step 4, SQL query is: update biblio_metadata set metadata="" where id=436; - For step 7, SQL query is: update auth_header set marcxml="" where authid=1707; -- You are receiving this mail because: You are watching all bug changes.