From daadb7035ddf18c0f428678b884d738abf73b470 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 6 Feb 2014 12:20:26 +0000 Subject: [PATCH] Updated default list of facets. --- tools/htdocs/README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/htdocs/README.markdown b/tools/htdocs/README.markdown index 95f03f0..49d415d 100644 --- a/tools/htdocs/README.markdown +++ b/tools/htdocs/README.markdown @@ -77,7 +77,7 @@ possible options: show_perpage: true, /* true, false: show/hide perpage menu */ lang_options: ["en", "de", "da"], /* display languages links for given languages, [] for all */ - facets: ["sources", "subjects", "authors"], + facets: ["xtargets", "subject", "author"], /* display facets, in this order, [] for none */ sort_default: "relevance", /* "relevance", "title:1", "date:0", "date:1" */ query_width: 50, /* 5..50 */ -- 1.7.10.4