Change facet selection, ordering config
authorJeff Godin <jgodin@tadl.org>
Thu, 6 Dec 2012 22:12:48 +0000 (17:12 -0500)
committerJeff Godin <jgodin@tadl.org>
Thu, 6 Dec 2012 22:12:48 +0000 (17:12 -0500)
Change which facets are displayed and in what order.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
templates_tadlskin/opac/parts/config.tt2

index bd450a7..2e34345 100644 (file)
@@ -69,6 +69,11 @@ record.summary.jacket_size = 'medium';
 #    {facet_class => 'series',  facet_order => ['seriestitle']},
 #    {facet_class => 'subject', facet_order => ['name', 'geographic']}
 #];
+facet.display = [
+    {facet_class => 'subject', facet_order => ['genre', 'complete']},
+    {facet_class => 'author',  facet_order => ['personal', 'corporate']},
+    {facet_class => 'series',  facet_order => ['seriestitle']},
+];
 
 
 ##############################################################################