[Bug 36398] New: Handle "specials" authorised value category for ES facets
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36398 Bug ID: 36398 Summary: Handle "specials" authorised value category for ES facets Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs@lists.koha-community.org Reporter: jonathan.druart@gmail.com It's currently not possible to link a special authorised value category to an ES facet: library, itemtype, location, etc. This is because how (badly) we fetch/cache the authorised values. Improvements must be done in this area before supporting them here. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36398 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |36396 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 [Bug 36396] Link facet with authorised value category -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36398 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |36399 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36399 [Bug 36399] Better fetch/cache the authorised values -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36398 --- Comment #1 from Jonathan Druart <jonathan.druart@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.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36398 Bug 36398 depends on bug 36396, which changed state. Bug 36396 Summary: Link facet with authorised value category https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org