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@gmail.com Reporter: gmcharlt@gmail.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@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.