https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39636

--- Comment #2 from Nick Clemens (kidclamp) <[email protected]> ---
Created attachment 180957
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180957&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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to