[Koha-bugs] [Bug 11232] Retrieve facets from Zebra

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 21 20:25:22 CET 2014


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

--- Comment #24 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to David Cook from comment #20)
> Latest trial...
> 
> Facets seem to work great with my package install but not with my tarball
> dev install.
...
>     <term coccur="4" occur="2">+I7</term>
>     <term coccur="4" occur="1">+I7</term>
>   </facet>
> </record>
> 
> --
> 
> Will have to look into possible causes for this...

David, the problem with your setup is that you inadvertedly set ICU for the :0
index which you shouldn't.

Just set:

icuchain words-icu.xml

for 'index w' and 'index p'.

We are using the :0 index for display purposes, so no comparisson or order
definition is in place.

I think it is time to start coding :-D

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


More information about the Koha-bugs mailing list