koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1866] New: NoZebra Deletions : Indexes remain
Date: Fri, 22 Feb 2008 00:52:22 -0800 (PST)

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: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]