[Koha-bugs] [Bug 26750] Deleted items are not removed from index

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Oct 25 02:29:46 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26750

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #112030|0                           |1
        is obsolete|                            |
 Attachment #112401|0                           |1
        is obsolete|                            |

--- Comment #6 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 112435
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112435&action=edit
Bug 26750: Deleted items not indexed

After deleting an item it is still searchable in the index. Similar to bug
26507 where record is reindexed before the database is changed.

To test:
1. Delete an item
2. Search the barcode in the main search box. You'll find the original record
but wiht hte deleted item missing.
3. Apply patch.
4. Repeat steps 1-2 (with another item). No record should be found.

Note to test you have to have the indexer running, not the cron job, and it
needs to be running fast so that the index is updated before the delete
takes place

Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list