https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37494
--- Comment #5 from David Nind <[email protected]> --- I'm not seeing the 404 error using main, and ES7 or ES8. Tested using KTD with ES8: 1. No 404 error, ES record details are shown in the dialog box 2. curl es:9200/koha_kohadev_biblios/_doc/5 works as expected 3. Details: curl es:9200 { "name" : "ac053598f5a6", "cluster_name" : "docker-cluster", "cluster_uuid" : "xhklomdtSoa8opTC6b6eiQ", "version" : { "number" : "8.13.0", "build_flavor" : "default", "build_type" : "docker", "build_hash" : "09df99393193b2c53d92899662a8b8b3c55b45cd", "build_date" : "2024-03-22T03:35:46.757803203Z", "build_snapshot" : false, "lucene_version" : "9.10.0", "minimum_wire_compatibility_version" : "7.17.0", "minimum_index_compatibility_version" : "7.0.0" }, "tagline" : "You Know, for Search" Tested using KTD with ES7: 1. No 404 error, ES record details are shown in the dialog box 2. curl es:9200/koha_kohadev_biblios/_doc/5 works as expected 3. Details: curl es:9200 { "name" : "c7374ef1fef8", "cluster_name" : "docker-cluster", "cluster_uuid" : "l10NN4FeTMG8Qu_MfSw60g", "version" : { "number" : "7.17.20", "build_flavor" : "default", "build_type" : "docker", "build_hash" : "b26557f585b7d95c71a5549e571a6bcd2667697d", "build_date" : "2024-04-08T08:34:31.070382898Z", "build_snapshot" : false, "lucene_version" : "8.11.3", "minimum_wire_compatibility_version" : "6.8.0", "minimum_index_compatibility_version" : "6.0.0-beta1" }, "tagline" : "You Know, for Search" } -- 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/
