@eeacms/volto-globalsearch 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
### [1.0.7](https://github.com/eea/volto-globalsearch/compare/1.0.6...1.0.7) - 24 January 2023
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- changed Turkey->Türkiye [Zoltan Szabo - [`f30f825`](https://github.com/eea/volto-globalsearch/commit/f30f825b3e2b6e3ab48ed9dda0f503a245c457ce)]
|
|
12
|
+
- On the landing page show all the countries that are whitelisted [Zoltan Szabo - [`e00351e`](https://github.com/eea/volto-globalsearch/commit/e00351e6c53fa08348147b714468550ed9b7489d)]
|
|
7
13
|
### [1.0.6](https://github.com/eea/volto-globalsearch/compare/1.0.5...1.0.6) - 17 January 2023
|
|
8
14
|
|
|
9
15
|
#### :hammer_and_wrench: Others
|
package/package.json
CHANGED
package/src/config/views.js
CHANGED
|
@@ -96,6 +96,7 @@ export default {
|
|
|
96
96
|
facetField: 'spatial',
|
|
97
97
|
filterType: 'any:exact',
|
|
98
98
|
sortOn: 'alpha',
|
|
99
|
+
maxPerSection: 100,
|
|
99
100
|
whitelist: [
|
|
100
101
|
'Austria',
|
|
101
102
|
'Belgium',
|
|
@@ -128,7 +129,7 @@ export default {
|
|
|
128
129
|
'Spain',
|
|
129
130
|
'Sweden',
|
|
130
131
|
'Switzerland',
|
|
131
|
-
'
|
|
132
|
+
'Türkiye',
|
|
132
133
|
'Albania',
|
|
133
134
|
'Bosnia and Herzegovina',
|
|
134
135
|
'Kosovo',
|