22 Feb
2022
22 Feb
'22
1:52 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22520 --- Comment #6 from Kevin Carnes <kevin.carnes@ub.lu.se> --- (In reply to Victor Grousset/tuxayo from comment #5)
Which workflow does this break or triggers a warning?
In ES6, the type is specified in the URL to index a single record, but in ES7, _doc should be used instead. So if ES6 has a type of _doc, the URL for indexing single records doesn't need to be changed when upgrading to ES7. Koha indexes in bulk, so changing the type name doesn't affect the URL for bulk indexing. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.