https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39636 --- Comment #4 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 180959 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180959&action=edit Bug 39636: Update curl link With the move to the latest ES versions we got rid of 'data' type - we need to use '_doc' To test: 1 - Delete a record from the DB directly DELETE FROM biblio WHERE biblionumber=45; 2 - perl misc/maintenance/compare_es_to_db.pl 3 - Try the curl command - it doesn't work 4 - Apply this patch 5 - perl misc/maintenance/compare_es_to_db.pl 6 - Try the curl command - it now fetches the record -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.