Skip to content

Commit

Permalink
Refs #281502 - remuve duplicated country faces on mission funding search
Browse files Browse the repository at this point in the history
  • Loading branch information
iugin committed Dec 6, 2024
1 parent 7d9e311 commit 324c52e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/search/mission_funding/facets-funding.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ const facets = [
alwaysVisible: false,
}),
cca_adaptation_sectors,
multiTermFacet({
field: 'spatial',
isFilterable: true,
isMulti: true,
label: 'Countries',
spatialWhitelist: spatialWhitelist,
show: 10000,
iconsFamily: 'Countries',
enableExact: true,
alwaysVisible: false,
}),
// multiTermFacet({
// field: 'spatial',
// isFilterable: true,
// isMulti: true,
// label: 'Countries',
// spatialWhitelist: spatialWhitelist,
// show: 10000,
// iconsFamily: 'Countries',
// enableExact: true,
// alwaysVisible: false,
// }),

...globalSearchBaseConfig.facets.filter((f) => !blacklist.includes(f.field)),
];
Expand Down

0 comments on commit 324c52e

Please sign in to comment.