Skip to content

Commit

Permalink
Added new facet for available formats
Browse files Browse the repository at this point in the history
  • Loading branch information
zotya committed Nov 22, 2022
1 parent 0ee2f6b commit 1c3de33
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/config/facets.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ const facets = [
showAllOptions: true, // show all options (even if 0) in modal facet
alwaysVisible: true,
}),
multiTermFacet({
field: 'dataset_formats',
isFilterable: true,
isMulti: true,
label: 'Available formats',
show: 10000,
showAllOptions: true, // show all options (even if 0) in modal facet
}),
multiTermFacet({
field: 'gemet',
isFilterable: true,
Expand Down

0 comments on commit 1c3de33

Please sign in to comment.