Bug 31636 - Add part_number and part_name in OPAC browse search
Summary: Add part_number and part_name in OPAC browse search
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching - Elasticsearch (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-27 16:17 UTC by Caroline Cyr La Rose
Modified: 2022-11-15 00:05 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Caroline Cyr La Rose 2022-09-27 16:17:31 UTC
When using OpacBrowseSearch (with Elasticsearch), the browse results only show the main title (245$a in MARC21). It would be nice to also show the part_number (245$n) and part_name (245$p) so that series titles can be differentiated.

I included a .mrc file with sample records of two series (MARC21). If you want to use your own records, search for or create records for a series that has the main title in 245$a and the volume number in 245$n and the volume title in 245$p.

To test:
1. Download the sample records and import into Koha
1.1. Download the sample mrc file
1.2. In Koha staff interface, go to Tools > Stage MARC records for import
1.3. Click 'Browse' and choose the file
1.4. Click 'Upload file'
1.5. Click 'Stage for import'
1.6. Click 'Manage staged records'
1.7. Click 'Import this batch into the catalog'

2. Make sure OpacBrowseSearch is enabled
2.1. In Koha staff interface, go to Administration > Global system preferences
2.2. Search for OpacBrowseSearch
2.3. If necessary, change to 'enable' and click 'Save all OPAC preferences'

3. Make sure you are using Elasticsearch, as OpacBrowseSearch only works with ES
3.1. In Koha staff interface, go to Administration > Global system preferences
3.2. Search for searchengine
3.3. If necessary, change to 'Elasticsearch' and click 'Save all Administration preferences'

4. In OPAC, use the browse search to search for Addison
4.1. In Koha OPAC, click on 'Browse search'
4.2. Search for Addison
4.3. Click on the author's name 'Addison, Marilou,'
--> Note that all results are for 'BFF' with no other title information -- it would be nice to have part_number and part_name here