Skip to content

Commit 5743921

Browse files
authored
Hiding genre facet for public temporarily (#1353)
1 parent 7f39d57 commit 5743921

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: static/js/vue-cdr-access/src/components/facets.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import routeUtils from '../mixins/routeUtils';
2626
2727
const UUID_REGEX = /[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/i;
28-
const POSSIBLE_FACET_PARAMS = ['collection', 'format', 'language', 'subject', 'genre'];
28+
const POSSIBLE_FACET_PARAMS = ['collection', 'format', 'language', 'subject'];
2929
3030
export default {
3131
name: 'facets',

Diff for: web-access-app/src/main/resources/search.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ search.facet.maxFacetsPerGroup=50
9696
search.facet.maxChildCounts=10000
9797
search.facet.countPageSize=100
9898
search.facet.fields=PARENT_COLLECTION,CONTENT_TYPE,DEPARTMENT,DEPARTMENT_LC,LANGUAGE,SUBJECT,ANCESTOR_PATH,GENRE
99-
search.facet.defaultSearch=PARENT_COLLECTION,CONTENT_TYPE,GENRE
99+
search.facet.defaultSearch=PARENT_COLLECTION,CONTENT_TYPE
100100
search.facet.defaultCollectionBrowse=CONTENT_TYPE,DEPARTMENT,LANGUAGE,SUBJECT
101101
search.facet.defaultStructureBrowse=CONTENT_TYPE,DEPARTMENT,LANGUAGE,SUBJECT
102102
search.facet.class.ANCESTOR_PATH=CutoffFacetImpl

0 commit comments

Comments
 (0)