Skip to content

Commit

Permalink
moved up the legal instruments facet
Browse files Browse the repository at this point in the history
  • Loading branch information
zotya committed Nov 22, 2022
1 parent 1c3de33 commit c453842
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config/facets.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ import { dateRangeFacet } from '@eeacms/search';

const facets = [
multiTermFacet({
field: 'rod',
field: 'instrument',
isFilterable: true,
isMulti: true,
label: 'Reporting obligations',
label: 'Legal instruments',
show: 10000,
showAllOptions: true, // show all options (even if 0) in modal facet
}),
multiTermFacet({
field: 'instrument',
field: 'rod',
isFilterable: true,
isMulti: true,
label: 'Legal instruments',
label: 'Reporting obligations',
show: 10000,
showAllOptions: true, // show all options (even if 0) in modal facet
}),
Expand Down

0 comments on commit c453842

Please sign in to comment.