https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25030
Frédéric Demians <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion CC| |[email protected] --- Comment #1 from Frédéric Demians <[email protected]> --- This is an very annoying regression when using ES. You're right to point the facet building process. I don't think filtering facets is a good option. It isn't correct already with Zebra. With ES, since there is a separate field for facets (fieldname__facet), this could be done differently. For ES, we could disable see forms extraction from: Filter::MARC::EmbedSeeFromHeadings and rather delegate populating ES fields with see forms to: Koha::SearchEngine::ElasticSearch::marc_records_to_documents This way fieldname__facet fields could be populating only with heading, skipping all see forms (put only in fieldname field). Does it sound correct to you? -- 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/
