[Koha-bugs] [Bug 1866] New: NoZebra Deletions : Indexes remain

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Fri Feb 22 09:52:22 CET 2008


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1866

           Summary: NoZebra Deletions : Indexes remain
           Product: Koha
           Version: rel_3_0
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Cataloging
        AssignedTo: galen.charlton at liblime.com
        ReportedBy: henridamien at koha-fr.org
         QAContact: koha-bugs at nongnu.org


Seems :
a) LOCK/UNLOCK TABLES donot lock all the necessary tables (marc_tag_structure
and marc_subfield_structure) in ModZebra
This may cause a problem for research until next UNLOCK is done.

+ there will be a problem for all those biblios not removed : DelNoZebra relies
on biblio marc subfields to search and remove values from index.  Deletion
could be done only on biblionumbers with
SELECT biblionumbers,value,indexname,server from nozebra where biblionumbers
like "%$biblionumber%"
then
$biblionumbers=~s/(^|;)$biblio,[^;]*;/;/g
Then
UPDATE
But it would take more time processing a LIKE and not =....




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.





More information about the Koha-bugs mailing list