http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10891
Frédéric Demians <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Frédéric Demians <[email protected]> --- Great initiative! Few remarks: Your step 2 will raise issues. Modifying a text file from a Koha web page is a security risk. A YAML string in a syspref is preferable. As you know, defining facets requires not only modifying facets data structure in Search.pm, but also defining indexes in Zebra, both info coordinated. Since altering Zebra indexes from Web UI isn't possible at all, I'm not sure there is so much interest in allowing users to partially defines facets from Koha Web admin module. But your plan step 3 may be a solution. You could pre-define facets, without omitting Zebra configuration, as much as possible, and add a way to enable/disable them. For very local configuration, you can add a local facets YAML string, which would complete the standard definition. -- 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/
