[Koha-bugs] [Bug 17661] Differences in field ending (whitespace, punctuation) cause duplicate facets

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 27 02:31:16 CEST 2020


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

--- Comment #19 from David Cook <dcook at prosentient.com.au> ---
Ok still using CHR indexing but using the unnormalized 0 register...

Previous results used "elements zebra::facet::author:p"

These results use "elements zebra::facet::au:0"

<record xmlns="http://www.indexdata.com/zebra/">
  <facet type="0" index="au">
    <term coccur="10" occur="10">O'Carroll, Philip,</term>
    <term coccur="9" occur="9">Berryman, Faye</term>
    <term coccur="7" occur="7">Dale, Rae,</term>
    <term coccur="6" occur="6">Powell, Jonathon,</term>
    <term coccur="4" occur="4">Dale, Rae</term>
    <term coccur="4" occur="4">Shapiro, Lawrence E</term>
    <term coccur="3" occur="3">Reynolds, Kate E.,</term>
    <term coccur="2" occur="2">Anderson, Vicki</term>
    <term coccur="2" occur="2">Betts, Dion E.</term>
    <term coccur="2" occur="2">Brennan, Tom</term>
    <term coccur="2" occur="2">Caramagna, Joe</term>
    <term coccur="2" occur="2">Foxx, Richard M</term>
    <term coccur="2" occur="2">Gutstein, Steven E</term>
    <term coccur="2" occur="2">Medlen, Joan E. Guthrie.</term>
    <term coccur="2" occur="2">Renton, N. E. (Nicholas Edwin), 1931</term>
    <term coccur="2" occur="2">Reynolds, Kate E.</term>
    <term coccur="2" occur="2">Rosemann, Bill</term>
    <term coccur="2" occur="2">Schaefer, Charles E</term>
    <term coccur="2" occur="2">Snell, Martha E.</term>
    <term coccur="2" occur="1">Attwood, Tony</term>
  </facet>
</record>

I see that duplication now:
    <term coccur="7" occur="7">Dale, Rae,</term>
    <term coccur="4" occur="4">Dale, Rae</term>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list