[Koha-bugs] [Bug 12453] Do not use by default Host-Item-Number in UNIMARC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 19 16:15:04 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12453

--- Comment #1 from Fridolin SOMERS <fridolyn.somers at biblibre.com> ---
Created attachment 29040
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29040&action=edit
Bug 12453 - Do not use by default Host-Item-Number in UNIMARC

Actually, in default UNIMARC install, 461$9 is indexed as Host-Item-Number,
meaning it is used for analytical itemnumber.

But most UNIMARC catalog use the analytical relation using unimarc_field_4XX.pl
plugin on 461$a. In fact, this plugin is defined in default UNIMARC frameworks.

If Host-Item-Number is defined but 461$9 is used for something else, it will
lead to odd bugs. For example, records containing analytical items can not be
deleted.

This patch comments the 461$9 indexing in UNIMARC zebra config.

Test plan :
- Create a fresh UNIMARC install
- Create a record with 461$9 containing a value
- Index the record
- Perform a search on Host-Item-Number : ccl=Host-Item-Number,alwaysmatches=''
=> Without the patch you get a result
=> With the patch you get no result

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list