https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21820
--- Comment #13 from Peter Vashchuk <[email protected]> --- Created attachment 174494 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174494&action=edit Bug 21820: Don't add records to zebraqueue table when using Elasticsearch Right now the index_records function in SearchEngine/Elasticsearch calls the index_records function from SearchEngine/Zebra, causing every items that we index for Elasticsearch to be also added to the zebraqueue table even when only Elasticsearch is in use. So this patch removes that call to prevent that from happening. To reproduce: 1. While using Elasticsearch, edit any biblio record to activate the indexer. 2. Check zebraqueue table and confirm that new record was added. 3. Apply the patch. 4. Edit a biblio record again to trigger the indexer. 5. Check that it was not added to the zebraqueue table after you applied the patch. 6. Check that the biblio was indexed correctly: go to admin->jobs and verify that a new "Update Elasticsearch index" job has been added and completed, additionally use Elasticsearch to find the biblio record you edited to confirm that it works and nothing was broken. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
