https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36850 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #5 from David Cook <dcook@prosentient.com.au> --- Can you speak to this one a bit more? Is it a case where a particular search works with Zebra but not Elasticsearch? -- Looking at ./etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl it looks like 440a and 490a get indexed into Title-series:w and Title-series:p. 440a and 490a are also added to the se:0 facet. But then it also looks like the whole of 440 and 490 gets indexed into Title:w and Title-series:w. With 830 the whole things gets indexed into Title:w, Title-series:w, Title-series:p... -- If we wanted to be the most consistent between Zebra and Elasticsearch we'd probably index the whole fields into title-series, although looking at admin/searchengine/elasticsearch/mappings.yaml I'm not sure that you can define facets separately from indexes. -- I haven't loooked yet, but I'm curious if this patch changes how Series facets appear (in a negative way). -- You are receiving this mail because: You are watching all bug changes.