https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41668
--- Comment #5 from David Cook <[email protected]> --- That said... maybe it makes sense to only set "facet" if the mapping has a facet_order as well. Because if it doesn't, it's never going to show up anyway, and then we're creating indexed values that will never be used. But if that's the case maybe we should update the indexing to only index facet names that appear in Koha::SearchEngine::Elasticsearch->get_facet_fields() and to remove "facet: 1" from the default mappings.yaml for indexes that don't have a facet_order out of the box. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ 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/
