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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 6 14:28:39 CEST 2018


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

--- Comment #94 from Alex Arnaud <alex.arnaud at biblibre.com> ---
Apologies: 

The:

"author__suggestion" : {
  "input" : [
    "Hanna Johansen",
    "JohansenHanna"
  ]
},

is the Ctamendu one


@David:

Concatenation with space is important. In unimarc, authors are stored in 7xx
tags where $a is the lastname and $b is the firstname. We want data being
indexed like "First Last" or "Last First". And this is useful for facets. We
definitely don't want a facet with the lastname and an other with the first.

Bug 20389 is talking about that and suggests to use indexing plugin like we did
with solr implementation in Koha. May be a solution

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


More information about the Koha-bugs mailing list