Text to go in the release notes:
|
This fixes item type facets in OPAC search results when using OpacHiddenItems. Facet values in OpacHiddenItems are now filtered out and no longer displayed.
For example, to hide Map item types (item type code = MP) in the OPAC:
- add "itype: ['MP']" to OpacHiddenItems
- previously, map items would not be displayed in the search results, but the 'Item type' facet under 'Refine your search' would still display the 'Maps' value
- now, the item type facet no longer displays the 'Maps' value
|