Skip to content
Snippets Groups Projects
Commit ec2de9da authored by esikkala's avatar esikkala
Browse files

Remove hierarchy from source and author facet

parent fd770a1f
No related branches found
No related tags found
No related merge requests found
......@@ -22,13 +22,13 @@ const facetConfigs = {
label: 'Author',
//predicate: 'crm:P128_carries/^frbroo:R17_created/frbroo:R19_created_a_realisation_of/^frbroo:R16_initiated/mmm-schema:carried_out_by_as_author',
predicate: 'mmm-schema:author',
type: 'hierarchical'
type: 'list'
},
source: {
id: 'source',
label: 'Source',
predicate: 'dct:source',
type: 'hierarchical',
type: 'list',
},
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment