Added below on the BWS sandboxes, probably need to add a test for if ES enabled? 202 eval { 203 Run->new( qq|perl $koha_src_path/misc/search_tools/rebuild_elastic_search.pl -d| ); 204 }; 205 if ( $@ ) { 206 push @errors, "Cannot rebuild elastic: " . $@; 207 }
I believe this was about being able to reindex Elasticsearch in a sandbox - and we can do that now.