[Koha-bugs] [Bug 25030] IncludeSeeFromInSearches not honoured

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 28 10:11:41 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25030

Frédéric Demians <frederic at tamil.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |In Discussion
                 CC|                            |frederic at tamil.fr

--- Comment #1 from Frédéric Demians <frederic at 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.


More information about the Koha-bugs mailing list