@eeacms/volto-globalsearch 1.0.5 → 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,17 @@ 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)]
|
|
13
|
+
### [1.0.6](https://github.com/eea/volto-globalsearch/compare/1.0.5...1.0.6) - 17 January 2023
|
|
14
|
+
|
|
15
|
+
#### :hammer_and_wrench: Others
|
|
16
|
+
|
|
17
|
+
- Set a whitelist for the countries to be displayed on the landingpage [Zoltan Szabo - [`42a50b9`](https://github.com/eea/volto-globalsearch/commit/42a50b9b25683e93ba303126a0faf6d5bf234e34)]
|
|
7
18
|
### [1.0.5](https://github.com/eea/volto-globalsearch/compare/1.0.4...1.0.5) - 17 January 2023
|
|
8
19
|
|
|
9
20
|
#### :hammer_and_wrench: Others
|
package/package.json
CHANGED
package/src/config/views.js
CHANGED
|
@@ -96,6 +96,47 @@ export default {
|
|
|
96
96
|
facetField: 'spatial',
|
|
97
97
|
filterType: 'any:exact',
|
|
98
98
|
sortOn: 'alpha',
|
|
99
|
+
maxPerSection: 100,
|
|
100
|
+
whitelist: [
|
|
101
|
+
'Austria',
|
|
102
|
+
'Belgium',
|
|
103
|
+
'Bulgaria',
|
|
104
|
+
'Croatia',
|
|
105
|
+
'Cyprus',
|
|
106
|
+
'Czechia',
|
|
107
|
+
'Denmark',
|
|
108
|
+
'Estonia',
|
|
109
|
+
'Finland',
|
|
110
|
+
'France',
|
|
111
|
+
'Germany',
|
|
112
|
+
'Greece',
|
|
113
|
+
'Hungary',
|
|
114
|
+
'Iceland',
|
|
115
|
+
'Ireland',
|
|
116
|
+
'Italy',
|
|
117
|
+
'Latvia',
|
|
118
|
+
'Liechtenstein',
|
|
119
|
+
'Lithuania',
|
|
120
|
+
'Luxembourg',
|
|
121
|
+
'Malta',
|
|
122
|
+
'Netherlands',
|
|
123
|
+
'Norway',
|
|
124
|
+
'Poland',
|
|
125
|
+
'Portugal',
|
|
126
|
+
'Romania',
|
|
127
|
+
'Slovakia',
|
|
128
|
+
'Slovenia',
|
|
129
|
+
'Spain',
|
|
130
|
+
'Sweden',
|
|
131
|
+
'Switzerland',
|
|
132
|
+
'Türkiye',
|
|
133
|
+
'Albania',
|
|
134
|
+
'Bosnia and Herzegovina',
|
|
135
|
+
'Kosovo',
|
|
136
|
+
'Montenegro',
|
|
137
|
+
'North Macedonia',
|
|
138
|
+
'Serbia',
|
|
139
|
+
],
|
|
99
140
|
icon: {
|
|
100
141
|
family: 'CountryFlags',
|
|
101
142
|
className: 'facet-option-icon',
|