Skip to content

Commit

Permalink
Merge pull request #371 from eea/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
tiberiuichim authored Jan 9, 2025
2 parents 2bbccad + d8e6bf3 commit b0d6fd1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [0.2.93](https://github.com/eea/volto-cca-policy/compare/0.2.92...0.2.93) - 9 January 2025

#### :hammer_and_wrench: Others

- Refs #282332 - remove old include_archive_content [Tripon Eugen - [`5fd76f0`](https://github.com/eea/volto-cca-policy/commit/5fd76f0eee21cad3ea43d007d2006b1297631c55)]
- Refs #282332 - remove old include_archive_content [Tripon Eugen - [`29703b0`](https://github.com/eea/volto-cca-policy/commit/29703b00247cbd2b0afb9b5d2e2e0cef9a381a18)]
### [0.2.92](https://github.com/eea/volto-cca-policy/compare/0.2.91...0.2.92) - 9 January 2025

#### :rocket: New Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-cca-policy",
"version": "0.2.92",
"version": "0.2.93",
"description": "@eeacms/volto-cca-policy: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
4 changes: 3 additions & 1 deletion src/search/mission_tools/facets-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ const facets = [
}),
language,
include_archived,
...globalSearchBaseConfig.facets.filter((f) => f.field !== 'language'),
...globalSearchBaseConfig.facets.filter(
(f) => !['language', 'IncludeArchived'].includes(f.field),
),
];

export default facets;

0 comments on commit b0d6fd1

Please sign in to comment.