Simon-Dirks/view-a-LOD

Allow hiding of terms in search results

Closed this issue · 0 comments

Note: Only support field and value filters at the moment!

alwaysHideNodes: {
hideSkosConcept: {
fieldIds: [...typePredicates],
valueIds: ['http://www.w3.org/2004/02/skos/core#concept'],
type: FilterType.FieldAndValue,
},
hideTerms: {
fieldIds: [...parentPredicates],
valueIds: [
'https://hetutrechtsarchief.nl/id/trefwoorden',
'https://termennetwerk.netwerkdigitaalerfgoed.nl',
],
type: FilterType.FieldAndValue,
},
},