https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35138
--- Comment #1 from Jonathan Druart <[email protected]> --- Created attachment 163133 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163133&action=edit Bug 35138: Make ES facetable fields configurable - POC Move the ES facet fields that are currently hardcoded in the codebase to a new ES_FACETS authorised value category. Librarians can then add/remove facet fields and modify their lib/description. Remaining work: 1. Adjust OPAC templates 2. AV is not ideal here, we should certainly have a dedicated DB table for that. It will bring more flexibility. We can image: * display or not (could be opac/staff/both/none) * define the size per field (number of facet to display) * order: move search_field.facet_order to this new table. In my testing this is not worker, they are displayed alpha (??) 3. Adjust the UI Still no translatability however. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
