https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19893
--- Comment #140 from Ere Maijala <[email protected]> --- Forgot to mention that joining is also important for faceting. There are some examples of what you get in t/Koha/SearchEngine/Elasticsearch.t. It obviously depends on the rules. But here's a short example of the 245 field. Input: 245 $aMain title / $bSubtitle Rule: title = 245(ab) Result: title: Main title / Subtitle Without joining: Input: 245 $aMain title / $bSubtitle Rule: title = 245ab Result: title: Main title title: Subtitle -- 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/
