Summary: | Add 678 to authority index (MARC21) | ||
---|---|---|---|
Product: | Koha | Reporter: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
Component: | Searching - Elasticsearch | Assignee: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | david, dcook, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This enhancement adds field 678 (biographical or historical data) to the default MARC21 authority index mappings when using Elasticsearch or Open Search (it is already indexed if using Zebra).
|
Version(s) released in: |
24.11.00
|
Circulation function: | |||
Attachments: |
MARC file to test
Bug 36953: Add 678 to authority index (MARC21) Bug 36953: Add 678 to authority index (MARC21) |
Description
Caroline Cyr La Rose
2024-05-23 20:39:21 UTC
Created attachment 167135 [details]
MARC file to test
To recreate:
1. Import the attached .mrc file
2. Go to Authorities
3. Search "Entire record" for innu
--> No results
4. Go to the OPAC > Authority search
5. Search "in the complete record" for innu
--> No results
Created attachment 167136 [details] [review] Bug 36953: Add 678 to authority index (MARC21) This enhancement adds field 678 to the default MARC21 authority index mappings. To test: 1. Import the attached .mrc file 2. Go to Authorities 3. Search "Entire record" for innu --> No results 4. Go to the OPAC > Authority search 5. Search "in the complete record" for innu --> No results 6. Apply patch 7. Reindex authorities (in KTD shell: koha-elasticsearch --rebuild -a -v -r kohadev) 8. Redo step 3 --> 1 result 9. Redo steps 4-5 --> 1 result Created attachment 167140 [details] [review] Bug 36953: Add 678 to authority index (MARC21) This enhancement adds field 678 to the default MARC21 authority index mappings. To test: 1. Import the attached .mrc file 2. Go to Authorities 3. Search "Entire record" for innu --> No results 4. Go to the OPAC > Authority search 5. Search "in the complete record" for innu --> No results 6. Apply patch 7. Reindex authorities (in KTD shell: koha-elasticsearch --rebuild -a -v -r kohadev) 8. Redo step 3 --> 1 result 9. Redo steps 4-5 --> 1 result Signed-off-by: David Nind <david@davidnind.com> Testing notes (using KTD): 1. Start up KTD with Elasticsearch: ktd --es8 up Picked from QA queue for main. Pushed for 24.11! Well done everyone, thank you! Enhancement will not be backported to 24.05.x |