http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10891 Bug ID: 10891 Summary: Make facets customisable Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching Assignee: gmcharlt@gmail.com Reporter: mathieu.saby@univ-rennes2.fr QA Contact: testopia@bugs.koha-community.org Currently, facets are hard coded in Search.pm and Koha.pm. This bug will provide a way for each library to customize facets. Here is my plan : 1. move facets configuration into a YAML block of data, still stored in Koha.pm. No functional changes at that step 2. store configuration in a YAML file and create a page for allowing librarians to change - the fields used for each Koha standard facets - the sorting order of results inside each facet (ie. alphabetic a-z or z-a, nbr of occurencies 1-100 100-1) - the displaying orders of facets blocks (ie. Authors before Libraires etc) - the visibility of each facets (ie. ability to hide "Title" or "Author" facet) 3. define new standard Koha facets (that could be masked by users if they don't like them) - precise subjects and author facets (geographical subjects, etc.) - date of publication - language 4. allow librarians to define custom facets 5. allow facets on coded fieds (0XX in MARC21 and 0XX / 1XX in Unimarc) 6. allow opac facets to be different from staff interface facets That's all folks! For the moment, I have only written the 1st patch ;-) Maybe the best would be to make several bugs an attach them to this one? -- You are receiving this mail because: You are watching all bug changes.