https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35466 --- Comment #8 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- (In reply to Phil Ringnalda from comment #6)
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.
Ah, I assumed the code was doing the right thing as well as the wrong thing, I was wrong ;-) -- You are receiving this mail because: You are watching all bug changes.