http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10078
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |In Discussion CC| |[email protected] --- Comment #4 from Katrin Fischer <[email protected]> --- I am not sure every library will be happy about this change. If I am not mistaken combining the branches and the location facet will give you 'wrong' results as always all items are taken into account for the search result. So if you your items look like this: Item 1: Branch A, location C Item 2: Branch B, location D And you limit on Branch A and location D, the record will still be found. This will always happen when you combine item related facets. Maybe we need a way to hide this facet for libraries who don't want to offer it. It could be as simple as having ids for CSS or a pref that lets you specify which facets you want to show. I think the search could probably be improved using DOM, but I am not sure this has been done yet and it would also still not work for libraries using GRS-1. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
