https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14007
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes item type facets release notes| |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 --- Comment #34 from David Nind <[email protected]> --- Testing notes (using KTD): 1. Test with both Elasticsearch 7 and Zebra. I couldn't start KTD with ES8, only ES7. 2. Top: start up KTD with Elastic search 7. Once tested with Elasticsearch, change SearchEngine to Zebra and reindex. 3. Note: The number of search results does not match. For example, I edited "Programming perl" (biblionumber = 262) to change the Koha item type to Maps, and edited the item so that it was Maps as well. Searching for 'perl' returns 10 actual results, which doesn't match with "Your search returned 11 results". -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
