[Koha-bugs] [Bug 36398] Handle "specials" authorised value category for ES facets

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 28 08:29:08 CET 2024


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

--- Comment #1 from Jonathan Druart <jonathan.druart at gmail.com> ---
It's actually branches (homebranch, holdingbranch), itemtype and cn_source. And
there is a "special special" that is "language/ln".

However some existing hardcoded facets should use the link: Location,
Collections.

Location is built in _convert_facets
(Koha::SearchEngine::Elasticsearch::Search) and Collections in the include
file: AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode',
authorised_value => facet.facet_label_value )
Absolutely not consistent!

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


More information about the Koha-bugs mailing list