21 Jan
2026
21 Jan
'26
12:28 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41668 --- Comment #3 from David Cook <dcook@prosentient.com.au> --- Ahhh it's because "is_facetable" is based off Koha::SearchEngine::Elasticsearch::get_facet_fields which uses Koha::SearchFields->search( { facet_order => { '!=' => undef } }, { order_by => ['facet_order'] } )->as_list; Which has a certain logic to it but it's a problem. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.