https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35618 --- Comment #9 from Danyon Sewell <danyonsewell@catalyst.net.nz> --- Created attachment 168306 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168306&action=edit Bug 35618 - catalogue/showelastic.pl uses deprecated/removed parameter "type" [ES7.x] it appears despite "type" being depreciated it's still required in some cases. [2024/07/01 14:24:52] [WARN] [Param] ** Missing required param (type) in (get) request. , called from sub Search::Elasticsearch::Role::Client::Direct::__ANON__ at /usr/share/koha/intranet/cgi-bin/catalogue/showelastic.pl line 61. subbing it out with type '_doc' seems to do the trick -- You are receiving this mail because: You are watching all bug changes.