[Koha-bugs] [Bug 9511] DOM indexing problem

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 4 20:36:47 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9511

Jorge de Cardenas <jdeca at smfpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jdeca at smfpl.org

--- Comment #3 from Jorge de Cardenas <jdeca at smfpl.org> ---
I am seeing the same issue.

Example 1: 
delete all items
run ./rebuild_zebra -b -z
rerun search 
biblio is found with no items
delete record
run ./rebuild_zebra -b -z
rerun search
biblio with no items still shows up

Example 2:
delete all items and delete record
run ./rebuild_zebra -b -z
rerun search
biblio with items will show up

As a note: if "adelete" is replace with "delete" in  you get
"[warn] cannot delete record above (seems new)"
for both cases above.

The only way to correct the search results is to run ./rebuild_zebra -b -r

It appears that the biblio record cannot be found by zebraidx to be removed.

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


More information about the Koha-bugs mailing list