[Bug 1866] New: NoZebra Deletions : Indexes remain
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@liblime.com ReportedBy: henridamien@koha-fr.org QAContact: koha-bugs@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.
participants (1)
-
bugzilla-daemon@pippin.metavore.com