Skip to content

Commit

Permalink
Merge pull request #4 from eea/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
tiberiuichim authored Jun 10, 2022
2 parents 246cbfa + b9f69c6 commit 315c978
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ 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.1.2](https://github.com/eea/volto-globalsearch/compare/0.1.1...0.1.2)

- New design v1 [`#3`](https://github.com/eea/volto-globalsearch/pull/3)
- Change layout component [`0c84f55`](https://github.com/eea/volto-globalsearch/commit/0c84f558596f68cff1243ed01cbec3307d1e1fc7)

#### [0.1.1](https://github.com/eea/volto-globalsearch/compare/0.1.0...0.1.1)

> 9 June 2022
- Develop [`#2`](https://github.com/eea/volto-globalsearch/pull/2)
- updated versions [`af47bcf`](https://github.com/eea/volto-globalsearch/commit/af47bcfc92b9f64bf05825717c70d430a02af0e4)
- Update versions [`6a367af`](https://github.com/eea/volto-globalsearch/commit/6a367affd02af1ddfad1686007ab2615d2f278af)

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-globalsearch",
"version": "0.1.1",
"version": "0.1.2",
"description": "@eeacms/volto-globalsearch: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
2 changes: 1 addition & 1 deletion src/config/global-search-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import typesWhitelist from './json/typesWhitelist.json';

const globalSearchConfig = {
title: 'Global search and catalogue',
layoutComponent: 'FilterAsideLayout',
layoutComponent: 'TopFilterLayout',
contentBodyComponent: 'FilterAsideContentView',
enableNLP: true, // enables NLP capabilities
facetsListComponent: 'VerticalCardsModalFacets',
Expand Down

0 comments on commit 315c978

Please sign in to comment.