https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37680 Hammat wele <hammat.wele@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #23 from Hammat wele <hammat.wele@inlibro.com> --- (In reply to Anneli Österman from comment #20)
I tested this and I think it works after the full rebuilding of index but if I change the notforloan status to one of the statuses selected in UnavailableNotForLoan after the full reindex for single item of the record (there is only one item) and they get reindexed by background jobs the availability status does not change. They are still marked "available": true," in the Elasticsearch record which you can check from the Normal view.
Could someone else test this too to ensure that it's not just me? :)
I could not reproduce the issue described. I followed the complete test plan and created a new record with a single item. I checked the record after es_indexer_daemon.pl completed, and the item was correctly marked as `available: true`. I then changed the item's notforloan value to one of the values selected in UnavailableNotForLoan and let the background reindexing run. The Elasticsearch record was correctly updated with available: false, without performing another full rebuild. Finally, I removed the notforloan value and let the background reindexing run again. The Elasticsearch record was correctly updated with available: true, again without a full rebuild. Anyone else able to test this? -- You are receiving this mail because: You are watching all bug changes.