https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25030 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion CC| |frederic@tamil.fr --- Comment #1 from Frédéric Demians <frederic@tamil.fr> --- 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.