[Koha-bugs] [Bug 19893] Alternative optimized indexing for Elasticsearch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 7 15:48:08 CEST 2018


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

--- Comment #103 from Nicolas Legrand <nicolas.legrand at bulac.fr> ---
(In reply to David Gustafsson from comment #102)
[...]
> > I think the mapping system was designed for that. I.e
> > 
> > author: 700ba
> > # we get 700$a and 700$b concatenated
> > 
> > And when concatenation is not wanted:
> > 
> > author: 700b
> > author: 700a
> > # We get 700$a and 700$b in 2 different array elements
> 
> In that case there are MANY mappings that are defined in the wrong way.

True, but we recently learned the hard way we need those kind of concatenation
in the zone 7xx. We have cases of "authorfirstname authorlastname" that don't
work and should. Rewriting mappings is not expansive compare to this.

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


More information about the Koha-bugs mailing list