23 Aug
2024
23 Aug
'24
1:12 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35466 --- Comment #6 from Phil Ringnalda <phil@chetcolibrary.org> --- Test plan fails for me at step 13 while using ElasticSearch, there's no increase. Were authorities really being indexed multiple times? The way the indexing call is $indexer->update_index( \@search_engine_record_ids, \@search_engine_records ); and those params are only set for biblios, it looks to me from a quick skim of update_index() that for authorities we don't actually index if we don't index in ModAuthority/AddAuthority, because passing empty @record_ids and @records just indexes nothing. -- You are receiving this mail because: You are watching all bug changes.