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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 5 16:40:43 CEST 2015


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

--- Comment #135 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
> (In reply to Jonathan Druart from comment #90)
> > > Something else, there is a sort issue in the facets:
> > > 
> > > [Some entries]
> > >  Zeitoun, Ariel,
> > >  Ó Cadhain, Máirtín.
> > >  Ślez, Ts..
> > > 
> > > Ó should be after O, not after Z.
> > 
> > Line 573 of opac/opac-search.pl does a sort with cmp, which isn't very
> > unicode aware. I'm putting that in the not-my-problem bin as it's in
> > upstream :)
> 
> Yes, and, IMO, there is a design issue here.
> We should not reuse the pl and tt files.
> How do you plan to add features that Zebra cannot provide? :)
> Not sure it will be maintainable to add conditions (if SE == 'ES') in the TT.
> For instance, for the facets, we would like to display them as ES retrieve
> them (order by most used), and add the number of occurrences.

In the last patch I suggest to display the facet terms in the same order as ES
build them (i.e. most used first).

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


More information about the Koha-bugs mailing list