[Koha-bugs] [Bug 26507] New items not indexed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 22 16:24:02 CEST 2020


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

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 110558
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=110558&action=edit
Bug 26507: Index records after storing new item

Currently Item->store indexes the record before the DB update - that is wrong

To test:
 1 - Find/create a bib with no items
 2 - add an item with barcode "abc123"
 3 - do a general keyword search for "abc123," see your bib is not in the
results
 4 - perform a search that includes your bib in the results, confirm it shows
as having no items
 5 - click through to bib details, confirm it shows your item here
 6 - edit and save your item
 7 - confirm barcode is now searchable
 8 - apply patches
 9 - Add a new item "cde456"
10 - Confirm it returns in searches
11 - Edit 'cde456' and change barcode to 'fgh789'
12 - Confirm the new abrcode is searchable

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


More information about the Koha-bugs mailing list