Skip to content

Commit

Permalink
updated facets
Browse files Browse the repository at this point in the history
  • Loading branch information
zotya committed Jan 4, 2024
1 parent 68dc66a commit 7206aed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/facets.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,20 +295,20 @@ const facets = [
}),
multiTermFacet({
field: 'data_provenances_organisations.keyword',
isFilterable: false,
isFilterable: true,
isMulti: true,
label: 'Data sources',
}),
multiTermFacet({
field: 'creators.keyword',
isFilterable: false,
isFilterable: true,
isMulti: true,
label: 'Creators',
authOnly: true,
}),
multiTermFacet({
field: 'contributors.keyword',
isFilterable: false,
isFilterable: true,
isMulti: true,
label: 'Contributors',
}),
Expand Down

0 comments on commit 7206aed

Please sign in to comment.