14 Sep
2018
14 Sep
'18
10:31 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19893 --- Comment #140 from Ere Maijala <ere.maijala@helsinki.fi> --- 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.