[Koha-bugs] [Bug 10766] New: Cataloging reservoir search broken if UseQueryParser is off

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 19 20:18:52 CEST 2013


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

            Bug ID: 10766
           Summary: Cataloging reservoir search broken if UseQueryParser
                    is off
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Cataloging
          Assignee: gmcharlt at gmail.com
          Reporter: gmcharlt at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl

Commit 144c7f4e caused a regression on reservoir search.  When UseQueryParser
is off, the $query variable is munged to include an index specifier -- for
example, "harry" becomes "kw,wrdl,rtrn=harry".  However, BreedingSearch() does
not recognize that form of query.

Consequently, when UseQueryParser is off, cataloging search will essentially
never turn up any results from the reservoir.

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


More information about the Koha-bugs mailing list