https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16735
--- Comment #4 from Kyle M Hall <[email protected]> --- (In reply to Katrin Fischer from comment #3) > My thinking was to preserve a bit of the feature now, without having it > interfere with concerns of transport/circulation rules etc. Say you would > geographically grouped search groups... but for organisation you group > schools, publics etc. - not sure if that makes sense. > > Sounds like option b maybe? But asking some consortia librarians might be > good :) I think you are correct, I think b is the way to go. General work outline: 1) Create a new system preference "SearchGroupsGroup" or something to that effect. This pref will accept the name of a group to use for Search Groups. The description will be something like: "Use all direct children of the group $GroupName as search groups. 2) Make db update to detect if system is already using search groups, if so, create a new group named "Search Groups" and add each collection of libraries as a child group to the new "Search Groups" root group. 3) Add code to generate the search groups markup for forms using the new system 4) Remove the old code and table from Koha -- 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/
