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

             Bug #: 7430
           Summary: ModZebra should not be in C4::Biblio
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
        AssignedTo: jcam...@cpbibliography.com
        ReportedBy: jcam...@cpbibliography.com
         QAContact: ian.wa...@bywatersolutions.com


ModZebra is currently in C4::Biblio. This is not a logical place for it, since
ModZebra is also used for modifying authorities. The logical place to have that
functionality is in Koha::Search::Engine to help prepare us for the solr
integration. I propose breaking the ModZebra code into separate parts for
NoZebra and Zebra (in Koha::Search::Engine::NoZebra and
Koha::Search::Engine::Zebra, respectively), and have
Koha::Search::Engine::add_to_index_queue dispatch to the appropriate engine.
C4::Biblio can remain as a wrapper around
Koha::Search::Engine::add_to_index_queue for legacy scripts.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to