https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37744
Bug ID: 37744
Summary: MARC21slimUtils.xslt show-series has a wrong search
index 'au' for 810$a
Change sponsored?: ---
Product: Koha
Version: 24.05
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Cataloging
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Using Elasticsearch
810$a is not indexed in Elastic search mappings as an 'author'-index -field.
810 is mapped to the 'author-name-corporate'-index.
'author-name-corporate'-index is the correct index for 810-field.
TEST PLAN:
- Create a record with Fields 810$a and 810$t
- A Series-link is generated in the biblio detail.pl and search results
XSLT-views.
- The link has a bad search query: (title-series:"Value from 810$t")
(author:"Value from 810$a")
-- 'author'-search doesnt find anything as the 810$a is not indexed to
'author'-index.
- This patch changes the 'author'-search to 'author-name-corporate'-search, and
the search returns results.
Alternatively:
It might be desirable to add 810$a to the 'author'-index.
There is a specific search for 'author-name-corporate' using the advanced
search.
Related to:
Bug 37743 - MARC21 810$t is used in XSLT templates but is not editable by
default.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/