ccs-digitalmarketplace-frameworks 9.2.4 → 9.2.5
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.
|
@@ -151,3 +151,14 @@
|
|
|
151
151
|
questions:
|
|
152
152
|
- educationPricing
|
|
153
153
|
- freeVersionTrialOption
|
|
154
|
+
|
|
155
|
+
-
|
|
156
|
+
name: Multi cloud support
|
|
157
|
+
slug: multi-cloud-support
|
|
158
|
+
filter_settings:
|
|
159
|
+
name: supportMultiCloud
|
|
160
|
+
item_name:
|
|
161
|
+
singular: multi cloud support filter
|
|
162
|
+
plural: multi cloud support filters
|
|
163
|
+
questions:
|
|
164
|
+
- supportMultiCloud
|
|
@@ -58,18 +58,6 @@
|
|
|
58
58
|
"field": "id",
|
|
59
59
|
"target_field": "serviceIdHash"
|
|
60
60
|
}
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"append_conditionally": {
|
|
64
|
-
"field": "dataStorageAndProcessingLocations",
|
|
65
|
-
"target_field": "dataStorageAndProcessingLocations",
|
|
66
|
-
"any_of": [
|
|
67
|
-
"uk"
|
|
68
|
-
],
|
|
69
|
-
"append_value": [
|
|
70
|
-
"eea"
|
|
71
|
-
]
|
|
72
|
-
}
|
|
73
61
|
}
|
|
74
62
|
]
|
|
75
63
|
},
|
|
@@ -174,6 +162,10 @@
|
|
|
174
162
|
"dmfilter_freeVersionTrialOption": {
|
|
175
163
|
"type": "keyword",
|
|
176
164
|
"normalizer": "filter_normalizer"
|
|
165
|
+
},
|
|
166
|
+
"dmfilter_supportMultiCloud": {
|
|
167
|
+
"type": "keyword",
|
|
168
|
+
"normalizer": "filter_normalizer"
|
|
177
169
|
}
|
|
178
170
|
}
|
|
179
171
|
}
|