Bug 14288 - Hidden biblios without item attached not hidden
Summary: Hidden biblios without item attached not hidden
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-28 13:51 UTC by james.elian
Modified: 2016-06-21 21:36 UTC (History)
2 users (show)

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 james.elian 2015-05-28 13:51:32 UTC
A biblio entry without any items attached to it will show up in searches and as an advanced search category when set to hidden using the OpacHiddenItem field.

Example: You have an item type with a code of FOO.

You set OpacHiddenItem to "itype: [FOO]"

You have a single biblio entry of Bar.

Bar does not have an item in it.

Expected result: Bar is hidden from searches, and is not a category in advanced search

Actual result: Bar is visible in searches, and is a category in advanced searches

Workaround: Add an item to Bar
Comment 1 Mark Tompsett 2015-05-28 14:30:07 UTC
See MARC code 942$n for OPAC Suppression of the Biblio record without an item.