[Koha-bugs] [Bug 17871] Can't retrieve facets (or zebra::snippet) from Zebra with YAZ 5.8.1

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 11 00:16:07 CET 2017


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

--- Comment #4 from David Cook <dcook at prosentient.com.au> ---
Here's the contents of the email that Adam sent me:

Hi David,

we've looked at this and it should be fixed as part of YAZ [5.20.0] which will
be released shortly.

For a configuration like this:

<retrieval syntax="xml" name="zebra::*"/>

and using elem zebra::snippet the backend_schema i set to the name attribute
zebra::* . The expected result is that the backend schema is set to the used
element set zebra::snippet (Zebra issues error when getting zebra::*, but
supports zebra::snippet).

For YAZ 5.8.0 and earlier, the first rule was matched .. For YAZ 5.8.1 the 2nd
rule is matched when using zebra::snippet. So to some extend this error was
hidden by the first rule, but the bug has probably always been there.

<retrieval syntax="xml"/>
<retrieval syntax="xml" name="zebra::*"/>

--

So in 5.8.0, the second rule wasn't being used anyway, so I think we're safe to
remove it.

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


More information about the Koha-bugs mailing list