https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25030 --- Comment #2 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Frédéric Demians from comment #1)
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?
I agree, Frederic. I was trying to understand how it got solved for ES and, to my dismay, I found it wasn't! And the same for availability filtering in my opinion. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.