@eeacms/volto-globalsearch 0.1.0
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/.coverage.babel.config.js +9 -0
- package/.eslintignore +1 -0
- package/.project.eslintrc.js +46 -0
- package/.release-it.json +17 -0
- package/CHANGELOG.md +26 -0
- package/DEVELOP.md +52 -0
- package/LICENSE.md +9 -0
- package/README.md +106 -0
- package/RELEASE.md +74 -0
- package/babel.config.js +17 -0
- package/bootstrap +41 -0
- package/cypress.json +17 -0
- package/jest-addon.config.js +36 -0
- package/locales/volto.pot +0 -0
- package/package.json +47 -0
- package/src/components/LogoImage.jsx +16 -0
- package/src/components/MasonryLandingPage.jsx +277 -0
- package/src/components/WebsiteFilterListComponent.jsx +14 -0
- package/src/components/img/content-types-bg.png +0 -0
- package/src/components/img/countries-bg.png +0 -0
- package/src/components/img/organisations-bg.png +0 -0
- package/src/components/img/search-album-slideshow-bg.png +0 -0
- package/src/components/img/topics-bg.png +0 -0
- package/src/config/clusters.js +172 -0
- package/src/config/download.js +20 -0
- package/src/config/facets.js +298 -0
- package/src/config/filters.js +15 -0
- package/src/config/global-search-config.js +118 -0
- package/src/config/index.js +92 -0
- package/src/config/json/contentTypeNormalize.json +56 -0
- package/src/config/json/objectProvidesWhitelist.json +56 -0
- package/src/config/json/placesBlacklist.json +268 -0
- package/src/config/json/spatialWhitelist.json +264 -0
- package/src/config/json/topicsBlacklist.json +1 -0
- package/src/config/json/typesWhitelist.json +49 -0
- package/src/config/query.js +44 -0
- package/src/config/views.js +157 -0
- package/src/config/vocabulary.js +59 -0
- package/src/index.js +13 -0
- package/src/static/bise-logo.png +0 -0
- package/src/static/climate-adapt-logo.png +0 -0
- package/src/static/eea-logo.png +0 -0
- package/src/static/eionet-logo.png +0 -0
- package/src/static/energy-logo.png +0 -0
- package/src/static/etc-atni.png +0 -0
- package/src/static/etc-bd.jpg +0 -0
- package/src/static/etc-cca.jpeg +0 -0
- package/src/static/etc-cme.png +0 -0
- package/src/static/etc-icm.jpg +0 -0
- package/src/static/etc-uls.png +0 -0
- package/src/static/etc-wmge.png +0 -0
- package/src/static/forest-logo.png +0 -0
- package/src/static/ias-logo.png +0 -0
- package/src/static/industry-logo.png +0 -0
- package/src/static/water-logo.png +0 -0
- package/src/static/website-logo.png +0 -0
- package/src/static/wise-logo.png +0 -0
- package/src/styles/masonry-landing-page.less +145 -0
- package/src/styles/tiles-landing-page.less +0 -0
- package/src/utils.js +250 -0
|
@@ -0,0 +1,268 @@
|
|
|
1
|
+
[
|
|
2
|
+
"Andorra",
|
|
3
|
+
"United Arab Emirates",
|
|
4
|
+
"Afghanistan",
|
|
5
|
+
"Antigua and Barbuda",
|
|
6
|
+
"Anguilla",
|
|
7
|
+
"Albania",
|
|
8
|
+
"Armenia",
|
|
9
|
+
"Angola",
|
|
10
|
+
"Antarctica",
|
|
11
|
+
"Argentina",
|
|
12
|
+
"American Samoa",
|
|
13
|
+
"Austria",
|
|
14
|
+
"Australia",
|
|
15
|
+
"Aruba",
|
|
16
|
+
"Åland",
|
|
17
|
+
"Azerbaijan",
|
|
18
|
+
"Bosnia and Herzegovina",
|
|
19
|
+
"Barbados",
|
|
20
|
+
"Bangladesh",
|
|
21
|
+
"Belgium",
|
|
22
|
+
"Burkina Faso",
|
|
23
|
+
"Bulgaria",
|
|
24
|
+
"Bahrain",
|
|
25
|
+
"Burundi",
|
|
26
|
+
"Benin",
|
|
27
|
+
"Saint Barthélemy",
|
|
28
|
+
"Bermuda",
|
|
29
|
+
"Brunei",
|
|
30
|
+
"Bolivia",
|
|
31
|
+
"Bonaire",
|
|
32
|
+
"Brazil",
|
|
33
|
+
"Bahamas",
|
|
34
|
+
"Bhutan",
|
|
35
|
+
"Bouvet Island",
|
|
36
|
+
"Botswana",
|
|
37
|
+
"Belarus",
|
|
38
|
+
"Belize",
|
|
39
|
+
"Canada",
|
|
40
|
+
"Cocos [Keeling] Islands",
|
|
41
|
+
"Democratic Republic of the Congo",
|
|
42
|
+
"Central African Republic",
|
|
43
|
+
"Republic of the Congo",
|
|
44
|
+
"Switzerland",
|
|
45
|
+
"Ivory Coast",
|
|
46
|
+
"Cook Islands",
|
|
47
|
+
"Chile",
|
|
48
|
+
"Cameroon",
|
|
49
|
+
"China",
|
|
50
|
+
"Colombia",
|
|
51
|
+
"Costa Rica",
|
|
52
|
+
"Cuba",
|
|
53
|
+
"Cape Verde",
|
|
54
|
+
"Curacao",
|
|
55
|
+
"Christmas Island",
|
|
56
|
+
"Cyprus",
|
|
57
|
+
"Czech Republic",
|
|
58
|
+
"Germany",
|
|
59
|
+
"Djibouti",
|
|
60
|
+
"Denmark",
|
|
61
|
+
"Dominica",
|
|
62
|
+
"Dominican Republic",
|
|
63
|
+
"Algeria",
|
|
64
|
+
"Ecuador",
|
|
65
|
+
"Estonia",
|
|
66
|
+
"Egypt",
|
|
67
|
+
"Western Sahara",
|
|
68
|
+
"Eritrea",
|
|
69
|
+
"Spain",
|
|
70
|
+
"Ethiopia",
|
|
71
|
+
"Finland",
|
|
72
|
+
"Fiji",
|
|
73
|
+
"Falkland Islands",
|
|
74
|
+
"Micronesia",
|
|
75
|
+
"Faroe Islands",
|
|
76
|
+
"France",
|
|
77
|
+
"Gabon",
|
|
78
|
+
"United Kingdom",
|
|
79
|
+
"Grenada",
|
|
80
|
+
"Georgia",
|
|
81
|
+
"French Guiana",
|
|
82
|
+
"Guernsey",
|
|
83
|
+
"Ghana",
|
|
84
|
+
"Gibraltar",
|
|
85
|
+
"Greenland",
|
|
86
|
+
"Gambia",
|
|
87
|
+
"Guinea",
|
|
88
|
+
"Guadeloupe",
|
|
89
|
+
"Equatorial Guinea",
|
|
90
|
+
"Greece",
|
|
91
|
+
"South Georgia and the South Sandwich Islands",
|
|
92
|
+
"Guatemala",
|
|
93
|
+
"Guam",
|
|
94
|
+
"Guinea-Bissau",
|
|
95
|
+
"Guyana",
|
|
96
|
+
"Hong Kong",
|
|
97
|
+
"Heard Island and McDonald Islands",
|
|
98
|
+
"Honduras",
|
|
99
|
+
"Croatia",
|
|
100
|
+
"Haiti",
|
|
101
|
+
"Hungary",
|
|
102
|
+
"Indonesia",
|
|
103
|
+
"Ireland",
|
|
104
|
+
"Israel",
|
|
105
|
+
"Isle of Man",
|
|
106
|
+
"India",
|
|
107
|
+
"British Indian Ocean Territory",
|
|
108
|
+
"Iraq",
|
|
109
|
+
"Iran",
|
|
110
|
+
"Iceland",
|
|
111
|
+
"Italy",
|
|
112
|
+
"Jersey",
|
|
113
|
+
"Jamaica",
|
|
114
|
+
"Jordan",
|
|
115
|
+
"Japan",
|
|
116
|
+
"Kenya",
|
|
117
|
+
"Kyrgyzstan",
|
|
118
|
+
"Cambodia",
|
|
119
|
+
"Kiribati",
|
|
120
|
+
"Comoros",
|
|
121
|
+
"Saint Kitts and Nevis",
|
|
122
|
+
"North Korea",
|
|
123
|
+
"South Korea",
|
|
124
|
+
"Kuwait",
|
|
125
|
+
"Cayman Islands",
|
|
126
|
+
"Kazakhstan",
|
|
127
|
+
"Laos",
|
|
128
|
+
"Lebanon",
|
|
129
|
+
"Saint Lucia",
|
|
130
|
+
"Liechtenstein",
|
|
131
|
+
"Sri Lanka",
|
|
132
|
+
"Liberia",
|
|
133
|
+
"Lesotho",
|
|
134
|
+
"Lithuania",
|
|
135
|
+
"Luxembourg",
|
|
136
|
+
"Latvia",
|
|
137
|
+
"Libya",
|
|
138
|
+
"Morocco",
|
|
139
|
+
"Monaco",
|
|
140
|
+
"Moldova",
|
|
141
|
+
"Montenegro",
|
|
142
|
+
"Saint Martin",
|
|
143
|
+
"Madagascar",
|
|
144
|
+
"Marshall Islands",
|
|
145
|
+
"Macedonia",
|
|
146
|
+
"Mali",
|
|
147
|
+
"Myanmar [Burma]",
|
|
148
|
+
"Mongolia",
|
|
149
|
+
"Macao",
|
|
150
|
+
"Northern Mariana Islands",
|
|
151
|
+
"Martinique",
|
|
152
|
+
"Mauritania",
|
|
153
|
+
"Montserrat",
|
|
154
|
+
"Malta",
|
|
155
|
+
"Mauritius",
|
|
156
|
+
"Maldives",
|
|
157
|
+
"Malawi",
|
|
158
|
+
"Mexico",
|
|
159
|
+
"Malaysia",
|
|
160
|
+
"Mozambique",
|
|
161
|
+
"Namibia",
|
|
162
|
+
"New Caledonia",
|
|
163
|
+
"Niger",
|
|
164
|
+
"Norfolk Island",
|
|
165
|
+
"Nigeria",
|
|
166
|
+
"Nicaragua",
|
|
167
|
+
"Netherlands",
|
|
168
|
+
"Norway",
|
|
169
|
+
"Nepal",
|
|
170
|
+
"Nauru",
|
|
171
|
+
"Niue",
|
|
172
|
+
"New Zealand",
|
|
173
|
+
"Oman",
|
|
174
|
+
"Panama",
|
|
175
|
+
"Peru",
|
|
176
|
+
"French Polynesia",
|
|
177
|
+
"Papua New Guinea",
|
|
178
|
+
"Philippines",
|
|
179
|
+
"Pakistan",
|
|
180
|
+
"Poland",
|
|
181
|
+
"Saint Pierre and Miquelon",
|
|
182
|
+
"Pitcairn Islands",
|
|
183
|
+
"Puerto Rico",
|
|
184
|
+
"Palestine",
|
|
185
|
+
"Portugal",
|
|
186
|
+
"Palau",
|
|
187
|
+
"Paraguay",
|
|
188
|
+
"Qatar",
|
|
189
|
+
"Réunion",
|
|
190
|
+
"Romania",
|
|
191
|
+
"Serbia",
|
|
192
|
+
"Russia",
|
|
193
|
+
"Rwanda",
|
|
194
|
+
"Saudi Arabia",
|
|
195
|
+
"Solomon Islands",
|
|
196
|
+
"Seychelles",
|
|
197
|
+
"Sudan",
|
|
198
|
+
"Sweden",
|
|
199
|
+
"Singapore",
|
|
200
|
+
"Saint Helena",
|
|
201
|
+
"Slovenia",
|
|
202
|
+
"Svalbard and Jan Mayen",
|
|
203
|
+
"Slovakia",
|
|
204
|
+
"Sierra Leone",
|
|
205
|
+
"San Marino",
|
|
206
|
+
"Senegal",
|
|
207
|
+
"Somalia",
|
|
208
|
+
"Suriname",
|
|
209
|
+
"South Sudan",
|
|
210
|
+
"São Tomé and Príncipe",
|
|
211
|
+
"El Salvador",
|
|
212
|
+
"Sint Maarten",
|
|
213
|
+
"Syria",
|
|
214
|
+
"Swaziland",
|
|
215
|
+
"Turks and Caicos Islands",
|
|
216
|
+
"Chad",
|
|
217
|
+
"French Southern Territories",
|
|
218
|
+
"Togo",
|
|
219
|
+
"Thailand",
|
|
220
|
+
"Tajikistan",
|
|
221
|
+
"Tokelau",
|
|
222
|
+
"East Timor",
|
|
223
|
+
"Turkmenistan",
|
|
224
|
+
"Tunisia",
|
|
225
|
+
"Tonga",
|
|
226
|
+
"Turkey",
|
|
227
|
+
"Trinidad and Tobago",
|
|
228
|
+
"Tuvalu",
|
|
229
|
+
"Taiwan",
|
|
230
|
+
"Tanzania",
|
|
231
|
+
"Ukraine",
|
|
232
|
+
"Uganda",
|
|
233
|
+
"U.S. Minor Outlying Islands",
|
|
234
|
+
"United States",
|
|
235
|
+
"Uruguay",
|
|
236
|
+
"Uzbekistan",
|
|
237
|
+
"Vatican City",
|
|
238
|
+
"Saint Vincent and the Grenadines",
|
|
239
|
+
"Venezuela",
|
|
240
|
+
"British Virgin Islands",
|
|
241
|
+
"U.S. Virgin Islands",
|
|
242
|
+
"Vietnam",
|
|
243
|
+
"Vanuatu",
|
|
244
|
+
"Wallis and Futuna",
|
|
245
|
+
"Samoa",
|
|
246
|
+
"Kosovo (UNSCR 1244/99)",
|
|
247
|
+
"Yemen",
|
|
248
|
+
"Mayotte",
|
|
249
|
+
"South Africa",
|
|
250
|
+
"Zambia",
|
|
251
|
+
"Zimbabwe",
|
|
252
|
+
"Russia",
|
|
253
|
+
"Czechia",
|
|
254
|
+
"Kosovo",
|
|
255
|
+
"Macedonia",
|
|
256
|
+
"Former Yugoslav Republic of Macedonia, the",
|
|
257
|
+
"Macedonia (FYR)",
|
|
258
|
+
"England",
|
|
259
|
+
"Scotland",
|
|
260
|
+
"Wales",
|
|
261
|
+
"Northern Ireland",
|
|
262
|
+
"North Macedonia",
|
|
263
|
+
"Congo",
|
|
264
|
+
"6",
|
|
265
|
+
"8",
|
|
266
|
+
"9",
|
|
267
|
+
"1"
|
|
268
|
+
]
|
|
@@ -0,0 +1,264 @@
|
|
|
1
|
+
[
|
|
2
|
+
"Andorra",
|
|
3
|
+
"United Arab Emirates",
|
|
4
|
+
"Afghanistan",
|
|
5
|
+
"Antigua and Barbuda",
|
|
6
|
+
"Anguilla",
|
|
7
|
+
"Albania",
|
|
8
|
+
"Armenia",
|
|
9
|
+
"Angola",
|
|
10
|
+
"Antarctica",
|
|
11
|
+
"Argentina",
|
|
12
|
+
"American Samoa",
|
|
13
|
+
"Austria",
|
|
14
|
+
"Australia",
|
|
15
|
+
"Aruba",
|
|
16
|
+
"Åland",
|
|
17
|
+
"Azerbaijan",
|
|
18
|
+
"Bosnia and Herzegovina",
|
|
19
|
+
"Barbados",
|
|
20
|
+
"Bangladesh",
|
|
21
|
+
"Belgium",
|
|
22
|
+
"Burkina Faso",
|
|
23
|
+
"Bulgaria",
|
|
24
|
+
"Bahrain",
|
|
25
|
+
"Burundi",
|
|
26
|
+
"Benin",
|
|
27
|
+
"Saint Barthélemy",
|
|
28
|
+
"Bermuda",
|
|
29
|
+
"Brunei",
|
|
30
|
+
"Bolivia",
|
|
31
|
+
"Bonaire",
|
|
32
|
+
"Brazil",
|
|
33
|
+
"Bahamas",
|
|
34
|
+
"Bhutan",
|
|
35
|
+
"Bouvet Island",
|
|
36
|
+
"Botswana",
|
|
37
|
+
"Belarus",
|
|
38
|
+
"Belize",
|
|
39
|
+
"Canada",
|
|
40
|
+
"Cocos [Keeling] Islands",
|
|
41
|
+
"Democratic Republic of the Congo",
|
|
42
|
+
"Central African Republic",
|
|
43
|
+
"Republic of the Congo",
|
|
44
|
+
"Switzerland",
|
|
45
|
+
"Ivory Coast",
|
|
46
|
+
"Cook Islands",
|
|
47
|
+
"Chile",
|
|
48
|
+
"Cameroon",
|
|
49
|
+
"China",
|
|
50
|
+
"Colombia",
|
|
51
|
+
"Costa Rica",
|
|
52
|
+
"Cuba",
|
|
53
|
+
"Cape Verde",
|
|
54
|
+
"Curacao",
|
|
55
|
+
"Christmas Island",
|
|
56
|
+
"Cyprus",
|
|
57
|
+
"Czech Republic",
|
|
58
|
+
"Germany",
|
|
59
|
+
"Djibouti",
|
|
60
|
+
"Denmark",
|
|
61
|
+
"Dominica",
|
|
62
|
+
"Dominican Republic",
|
|
63
|
+
"Algeria",
|
|
64
|
+
"Ecuador",
|
|
65
|
+
"Estonia",
|
|
66
|
+
"Egypt",
|
|
67
|
+
"Western Sahara",
|
|
68
|
+
"Eritrea",
|
|
69
|
+
"Spain",
|
|
70
|
+
"Ethiopia",
|
|
71
|
+
"Finland",
|
|
72
|
+
"Fiji",
|
|
73
|
+
"Falkland Islands",
|
|
74
|
+
"Micronesia",
|
|
75
|
+
"Faroe Islands",
|
|
76
|
+
"France",
|
|
77
|
+
"Gabon",
|
|
78
|
+
"United Kingdom",
|
|
79
|
+
"Grenada",
|
|
80
|
+
"Georgia",
|
|
81
|
+
"French Guiana",
|
|
82
|
+
"Guernsey",
|
|
83
|
+
"Ghana",
|
|
84
|
+
"Gibraltar",
|
|
85
|
+
"Greenland",
|
|
86
|
+
"Gambia",
|
|
87
|
+
"Guinea",
|
|
88
|
+
"Guadeloupe",
|
|
89
|
+
"Equatorial Guinea",
|
|
90
|
+
"Greece",
|
|
91
|
+
"South Georgia and the South Sandwich Islands",
|
|
92
|
+
"Guatemala",
|
|
93
|
+
"Guam",
|
|
94
|
+
"Guinea-Bissau",
|
|
95
|
+
"Guyana",
|
|
96
|
+
"Hong Kong",
|
|
97
|
+
"Heard Island and McDonald Islands",
|
|
98
|
+
"Honduras",
|
|
99
|
+
"Croatia",
|
|
100
|
+
"Haiti",
|
|
101
|
+
"Hungary",
|
|
102
|
+
"Indonesia",
|
|
103
|
+
"Ireland",
|
|
104
|
+
"Israel",
|
|
105
|
+
"Isle of Man",
|
|
106
|
+
"India",
|
|
107
|
+
"British Indian Ocean Territory",
|
|
108
|
+
"Iraq",
|
|
109
|
+
"Iran",
|
|
110
|
+
"Iceland",
|
|
111
|
+
"Italy",
|
|
112
|
+
"Jersey",
|
|
113
|
+
"Jamaica",
|
|
114
|
+
"Jordan",
|
|
115
|
+
"Japan",
|
|
116
|
+
"Kenya",
|
|
117
|
+
"Kyrgyzstan",
|
|
118
|
+
"Cambodia",
|
|
119
|
+
"Kiribati",
|
|
120
|
+
"Comoros",
|
|
121
|
+
"Saint Kitts and Nevis",
|
|
122
|
+
"North Korea",
|
|
123
|
+
"South Korea",
|
|
124
|
+
"Kuwait",
|
|
125
|
+
"Cayman Islands",
|
|
126
|
+
"Kazakhstan",
|
|
127
|
+
"Laos",
|
|
128
|
+
"Lebanon",
|
|
129
|
+
"Saint Lucia",
|
|
130
|
+
"Liechtenstein",
|
|
131
|
+
"Sri Lanka",
|
|
132
|
+
"Liberia",
|
|
133
|
+
"Lesotho",
|
|
134
|
+
"Lithuania",
|
|
135
|
+
"Luxembourg",
|
|
136
|
+
"Latvia",
|
|
137
|
+
"Libya",
|
|
138
|
+
"Morocco",
|
|
139
|
+
"Monaco",
|
|
140
|
+
"Moldova",
|
|
141
|
+
"Montenegro",
|
|
142
|
+
"Saint Martin",
|
|
143
|
+
"Madagascar",
|
|
144
|
+
"Marshall Islands",
|
|
145
|
+
"Macedonia",
|
|
146
|
+
"Mali",
|
|
147
|
+
"Myanmar [Burma]",
|
|
148
|
+
"Mongolia",
|
|
149
|
+
"Macao",
|
|
150
|
+
"Northern Mariana Islands",
|
|
151
|
+
"Martinique",
|
|
152
|
+
"Mauritania",
|
|
153
|
+
"Montserrat",
|
|
154
|
+
"Malta",
|
|
155
|
+
"Mauritius",
|
|
156
|
+
"Maldives",
|
|
157
|
+
"Malawi",
|
|
158
|
+
"Mexico",
|
|
159
|
+
"Malaysia",
|
|
160
|
+
"Mozambique",
|
|
161
|
+
"Namibia",
|
|
162
|
+
"New Caledonia",
|
|
163
|
+
"Niger",
|
|
164
|
+
"Norfolk Island",
|
|
165
|
+
"Nigeria",
|
|
166
|
+
"Nicaragua",
|
|
167
|
+
"Netherlands",
|
|
168
|
+
"Norway",
|
|
169
|
+
"Nepal",
|
|
170
|
+
"Nauru",
|
|
171
|
+
"Niue",
|
|
172
|
+
"New Zealand",
|
|
173
|
+
"Oman",
|
|
174
|
+
"Panama",
|
|
175
|
+
"Peru",
|
|
176
|
+
"French Polynesia",
|
|
177
|
+
"Papua New Guinea",
|
|
178
|
+
"Philippines",
|
|
179
|
+
"Pakistan",
|
|
180
|
+
"Poland",
|
|
181
|
+
"Saint Pierre and Miquelon",
|
|
182
|
+
"Pitcairn Islands",
|
|
183
|
+
"Puerto Rico",
|
|
184
|
+
"Palestine",
|
|
185
|
+
"Portugal",
|
|
186
|
+
"Palau",
|
|
187
|
+
"Paraguay",
|
|
188
|
+
"Qatar",
|
|
189
|
+
"Réunion",
|
|
190
|
+
"Romania",
|
|
191
|
+
"Serbia",
|
|
192
|
+
"Russia",
|
|
193
|
+
"Rwanda",
|
|
194
|
+
"Saudi Arabia",
|
|
195
|
+
"Solomon Islands",
|
|
196
|
+
"Seychelles",
|
|
197
|
+
"Sudan",
|
|
198
|
+
"Sweden",
|
|
199
|
+
"Singapore",
|
|
200
|
+
"Saint Helena",
|
|
201
|
+
"Slovenia",
|
|
202
|
+
"Svalbard and Jan Mayen",
|
|
203
|
+
"Slovakia",
|
|
204
|
+
"Sierra Leone",
|
|
205
|
+
"San Marino",
|
|
206
|
+
"Senegal",
|
|
207
|
+
"Somalia",
|
|
208
|
+
"Suriname",
|
|
209
|
+
"South Sudan",
|
|
210
|
+
"São Tomé and Príncipe",
|
|
211
|
+
"El Salvador",
|
|
212
|
+
"Sint Maarten",
|
|
213
|
+
"Syria",
|
|
214
|
+
"Swaziland",
|
|
215
|
+
"Turks and Caicos Islands",
|
|
216
|
+
"Chad",
|
|
217
|
+
"French Southern Territories",
|
|
218
|
+
"Togo",
|
|
219
|
+
"Thailand",
|
|
220
|
+
"Tajikistan",
|
|
221
|
+
"Tokelau",
|
|
222
|
+
"East Timor",
|
|
223
|
+
"Turkmenistan",
|
|
224
|
+
"Tunisia",
|
|
225
|
+
"Tonga",
|
|
226
|
+
"Turkey",
|
|
227
|
+
"Trinidad and Tobago",
|
|
228
|
+
"Tuvalu",
|
|
229
|
+
"Taiwan",
|
|
230
|
+
"Tanzania",
|
|
231
|
+
"Ukraine",
|
|
232
|
+
"Uganda",
|
|
233
|
+
"U.S. Minor Outlying Islands",
|
|
234
|
+
"United States",
|
|
235
|
+
"Uruguay",
|
|
236
|
+
"Uzbekistan",
|
|
237
|
+
"Vatican City",
|
|
238
|
+
"Saint Vincent and the Grenadines",
|
|
239
|
+
"Venezuela",
|
|
240
|
+
"British Virgin Islands",
|
|
241
|
+
"U.S. Virgin Islands",
|
|
242
|
+
"Vietnam",
|
|
243
|
+
"Vanuatu",
|
|
244
|
+
"Wallis and Futuna",
|
|
245
|
+
"Samoa",
|
|
246
|
+
"Kosovo (UNSCR 1244/99)",
|
|
247
|
+
"Yemen",
|
|
248
|
+
"Mayotte",
|
|
249
|
+
"South Africa",
|
|
250
|
+
"Zambia",
|
|
251
|
+
"Zimbabwe",
|
|
252
|
+
"Russia",
|
|
253
|
+
"Czechia",
|
|
254
|
+
"Kosovo",
|
|
255
|
+
"Macedonia",
|
|
256
|
+
"Former Yugoslav Republic of Macedonia, the",
|
|
257
|
+
"Macedonia (FYR)",
|
|
258
|
+
"England",
|
|
259
|
+
"Scotland",
|
|
260
|
+
"Wales",
|
|
261
|
+
"Northern Ireland",
|
|
262
|
+
"North Macedonia",
|
|
263
|
+
"Congo"
|
|
264
|
+
]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
["reporting"]
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
[
|
|
2
|
+
"Highlight",
|
|
3
|
+
"Press Release",
|
|
4
|
+
"Promotion",
|
|
5
|
+
"Article",
|
|
6
|
+
"Eco-Tip",
|
|
7
|
+
"Collection",
|
|
8
|
+
"Image",
|
|
9
|
+
"Video",
|
|
10
|
+
"Report",
|
|
11
|
+
"Data",
|
|
12
|
+
"Data (RDF)",
|
|
13
|
+
"Data Visualization",
|
|
14
|
+
"Indicator Specification",
|
|
15
|
+
"Indicator factsheet",
|
|
16
|
+
"Indicator assessment",
|
|
17
|
+
"Infographic",
|
|
18
|
+
"Briefing",
|
|
19
|
+
"Page",
|
|
20
|
+
"Link",
|
|
21
|
+
"Legislation Instrument",
|
|
22
|
+
"Reporting Obligation",
|
|
23
|
+
"Data File",
|
|
24
|
+
"Assessment part",
|
|
25
|
+
"EEA Job Vacancy",
|
|
26
|
+
"Epub File",
|
|
27
|
+
"External Data Reference",
|
|
28
|
+
"Eyewitness story",
|
|
29
|
+
"Figure",
|
|
30
|
+
"File",
|
|
31
|
+
"Folder",
|
|
32
|
+
"GIS Map Application",
|
|
33
|
+
"Methodology Reference",
|
|
34
|
+
"Organisation",
|
|
35
|
+
"Policy Question",
|
|
36
|
+
"Policy Document",
|
|
37
|
+
"Rationale Reference",
|
|
38
|
+
"Reporting Obligation",
|
|
39
|
+
"Organisation (Reportnet client)",
|
|
40
|
+
"Legislation Instrument",
|
|
41
|
+
"SOER Key fact",
|
|
42
|
+
"SOER Message",
|
|
43
|
+
"SPARQL",
|
|
44
|
+
"Data table via SPARQL",
|
|
45
|
+
"Speech",
|
|
46
|
+
"Text",
|
|
47
|
+
"Work Item",
|
|
48
|
+
"Contract opportunity"
|
|
49
|
+
]
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
debugQuery: false,
|
|
3
|
+
extraQueryParams: {
|
|
4
|
+
text_fields: [
|
|
5
|
+
'title^2',
|
|
6
|
+
'subject^1.5',
|
|
7
|
+
'description^1.5',
|
|
8
|
+
'all_fields_for_freetext',
|
|
9
|
+
],
|
|
10
|
+
functions: [
|
|
11
|
+
{
|
|
12
|
+
exp: {
|
|
13
|
+
'issued.date': {
|
|
14
|
+
offset: '30d',
|
|
15
|
+
scale: '1800d',
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
],
|
|
20
|
+
score_mode: 'sum',
|
|
21
|
+
},
|
|
22
|
+
// extraQAQueryFilters: {
|
|
23
|
+
// should: [
|
|
24
|
+
// {
|
|
25
|
+
// multi_match: {
|
|
26
|
+
// query: 'News Articles Briefing',
|
|
27
|
+
// minimum_should_match: '0%',
|
|
28
|
+
// fields: ['searchable_objectProvides'],
|
|
29
|
+
// },
|
|
30
|
+
// },
|
|
31
|
+
// ],
|
|
32
|
+
// },
|
|
33
|
+
// extraRAWQueryFilters: {
|
|
34
|
+
// should: [
|
|
35
|
+
// {
|
|
36
|
+
// multi_match: {
|
|
37
|
+
// query: 'News Articles Briefing',
|
|
38
|
+
// minimum_should_match: '0%',
|
|
39
|
+
// fields: ['searchable_objectProvides'],
|
|
40
|
+
// },
|
|
41
|
+
// },
|
|
42
|
+
// ],
|
|
43
|
+
// },
|
|
44
|
+
};
|