http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15054
--- Comment #2 from Fridolin SOMERS <[email protected]> --- Created attachment 43880 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43880&action=edit Bug 15054 - Get items from database instead of search engine in search results Since OPAC uses the XSLT, the items displayed in search results does not come from search engine results anymore (see C4::XSLT::buildKohaItemsNamespace), they come from database table items. At intranet, the search results page, even when XSLT is used, displays items in left column and they come from search engine result. This enh proposes to get items from database. The big advantage is that item status display does not relay on indexing anymore. When checking in or out, the effect in search results is instantaneous, same for item defined as lost, damaged, ... Test plan : - Disable zebraqueue indexing (rebuild_zebra -z) - Perform a search - Choose a result with an item available for loan - Perform a checkout on this item - Re-perform a search => Without patch you see the item still available => With patch you see the item on loan - Test also with checkin -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
