Summary: | Elasticsearch - Heading search form doesn't match related indexed heading | ||
---|---|---|---|
Product: | Koha | Reporter: | Alex Arnaud <alex.arnaud> |
Component: | Searching - Elasticsearch | Assignee: | Alex Arnaud <alex.arnaud> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | fridolin.somers |
Version: | 20.05 | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29191 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: | Bug 28628: Make heading search form match related indexed heading |
Description
Alex Arnaud
2021-06-24 13:14:36 UTC
Created attachment 122393 [details] [review] Bug 28628: Make heading search form match related indexed heading 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. - apply this patch and repeat the test plan - The 2nd 700 tag should map to the same authority. Bug 18017 solved this for 20.11.06 but not backported. Wish this for 20.05 and 19.11. Is this valid in actual master ? No need to impact C4/Heading/MARC21.pm ? (In reply to Alex Arnaud from comment #2) > Bug 18017 solved this for 20.11.06 but not backported. Wish this for 20.05 > and 19.11. Closing as we no longer maintain 20.05. |