[Koha-bugs] [Bug 15054] New: Get items from database instead of search engine in search results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 23 17:08:58 CEST 2015


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

            Bug ID: 15054
           Summary: Get items from database instead of search engine in
                    search results
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Searching
          Assignee: gmcharlt at gmail.com
          Reporter: fridolin.somers at biblibre.com
        QA Contact: testopia at bugs.koha-community.org

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, ...

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


More information about the Koha-bugs mailing list