https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35618 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com --- Comment #10 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- (In reply to Danyon Sewell from comment #9)
Created attachment 168306 [details] [review] 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
As far as I can tell this only works if Koha has not been reindexed and the 'type' / 'data' is stil defined in the indexes - in both ES7 and ES8 it breaks when I add "_doc" If this is still an issue can you file anew bug Danyon? -- You are receiving this mail because: You are watching all bug changes.