[Koha-bugs] [Bug 9183] C4::Search should only have one ZOOM event loop

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Dec 1 05:09:02 CET 2012


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

--- Comment #1 from Jared Camins-Esakov <jcamins at cpbibliography.com> ---
Created attachment 13807
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13807&action=edit
Bug 9183: Refactor ZOOM event loop

Prior to this patch, there were three identical ZOOM event loops in
C4::Search. This is wasteful, and goes against all good programming
practice. This patch refactors the ZOOM event loops into a separate
subroutine which is called by SimpleSearch, searchResults, and
GetDistinctValues call.

The new routine, _ZOOM_event_loop process the ZOOM event loop and,
once it has been fully processed, passes control to a closure provided
by the calling routine for processing the results, and destroys the
result sets.

To test (after applying patch):
1) Do a regular bibliographic search that should return results.
2) Do a search in the Cataloging module that should return results.
3) If you get results from both searches, the patch works.

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


More information about the Koha-bugs mailing list