[Koha-bugs] [Bug 12478] Elasticsearch support for Koha

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 7 22:58:34 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478

--- Comment #205 from Nick Clemens <nick at bywatersolutions.com> ---
So far most things have worked nicely, problems I have found:

Authority search fails when sorting is enabled (Software error:Unable to
understand your search query, please rephrase and try again.)
and lots of this in logs: Parse Failure [No mapping found for [Heading.phrase]
in order to sort on]

Authority searching did not throw an error, but wouldn't return results with no
sorting.  

I tried doing a rebuild to clear above but I got errors about AUTOLOAD
inheritance for StripNonXmlChars in Authority.pm. I tried adding "use
C4::Charset;" but then got an object error.


Authority searching from a record via popup gave:
Can't locate object method "field" via package "<?xml version="1.0"
encoding="UTF-8"?>..followed by full marcxml for record

Location (Branch) facet returns no results when combined with search
Title-series limit often returns no results when combined with search

The only problem I hit so far in switching back to zebrawas when I selected
zebra as the search engine the cataloging search fails:
Can't locate object method "simple_search_compat" via package
"Koha::SearchEngine::Zebra::Search"

I am going to keep plugging but authorities seems to be the biggest issue for
now

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


More information about the Koha-bugs mailing list