https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19893
--- Comment #94 from Alex Arnaud <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
