| Summary: | Add Control number as option to OPACSearchForTitleIn | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
| Component: | OPAC | Assignee: | Katrin Fischer <katrin.fischer> |
| Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
| Severity: | enhancement | ||
| Priority: | PATCH-Sent (DO NOT USE) | CC: | chris |
| Version: | 3.4 | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Proposed patch
Follow up to previous patch, hopefully fixing problems with non existing 001 fields |
||
Created attachment 2781 [details] [review] Proposed patch Makes {CONTROLNUMBER} available as new placeholder in system preference OPACSearchForTitleIn. {CONTROLNUMBER} will be replaced by the number in tag 001 Patch pushed and merged, please test Successfully tested in current HEAD. Created attachment 2793 [details] [review] Follow up to previous patch, hopefully fixing problems with non existing 001 fields Fix pushed, please test Records without control numbers are no longer causing a error in OPAC detail view. Closing bug. |
OPACSearchForTitleIn currently supports {TITLE}, {ISBN} and {AUTHOR}. Not all books have an isbn and author or title often produce a lot of results. In our union catalog model the control number is perfect for linking. It allows to build a search link, that will go directly to the record in our union catalog or other library's catalogs. I suggest to add {CONTROLNUMBER} as new placeholder to OPACSearchForTitleIn.