[Koha-bugs] [Bug 28628] New: Elasticsearch - Heading search form does'nt match related indexed heading

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 24 15:14:36 CEST 2021


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

            Bug ID: 28628
           Summary: Elasticsearch - Heading search form does'nt match
                    related indexed heading
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Searching - Elasticsearch
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: alex.arnaud at biblibre.com

When an authority is created using LinkBibHeadingsToAuthorities
the heading created "700 $aVidard $bMathieu $f1971-..." (unimarc)
is saved as "Vidard Mathieu 1971-..", indexed as "Vidard Mathieu 1971-.."
and searched as "Vidard Mathieu 1971" => no match.

So the link bib does'nt work.

Test plan (UNIMARC exemple):
  - create a biblio with the following data in tag 700:
    - $a Vidard
    - $b Mathieu
    - $d 1971-...
  - save.
  => a new authority is created with the following heading "Vidard Mathieu
1971-.."
  - create an other biblio with the same value in tag 700.
  => again a new authority is created with the same heading.

-- 
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